| Index: components/os_crypt/os_crypt_unittest.cc
|
| diff --git a/components/os_crypt/os_crypt_unittest.cc b/components/os_crypt/os_crypt_unittest.cc
|
| index 7f742ba3a9eb1e80506d70f708e2bbd1a822d9c7..9837cbc29a0d8d1725056fdd79006e3e9e54e2ed 100644
|
| --- a/components/os_crypt/os_crypt_unittest.cc
|
| +++ b/components/os_crypt/os_crypt_unittest.cc
|
| @@ -7,8 +7,10 @@
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "build/build_config.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|