summaryrefslogtreecommitdiff
path: root/chromium/components/os_crypt
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/os_crypt')
-rw-r--r--chromium/components/os_crypt/key_storage_util_linux.cc1
-rw-r--r--chromium/components/os_crypt/os_crypt_win.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/chromium/components/os_crypt/key_storage_util_linux.cc b/chromium/components/os_crypt/key_storage_util_linux.cc
index 14f14c1d5f3..d8ab3415f1d 100644
--- a/chromium/components/os_crypt/key_storage_util_linux.cc
+++ b/chromium/components/os_crypt/key_storage_util_linux.cc
@@ -7,6 +7,7 @@
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/logging.h"
+#include "base/notreached.h"
namespace {
diff --git a/chromium/components/os_crypt/os_crypt_win.cc b/chromium/components/os_crypt/os_crypt_win.cc
index 67b83393c31..462bcb42be7 100644
--- a/chromium/components/os_crypt/os_crypt_win.cc
+++ b/chromium/components/os_crypt/os_crypt_win.cc
@@ -5,6 +5,7 @@
#include <windows.h>
#include "base/base64.h"
+#include "base/logging.h"
#include "base/metrics/histogram_functions.h"
#include "base/no_destructor.h"
#include "base/strings/string_util.h"