Index: chrome/test/base/test_launcher_utils.cc |
diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc |
index 50c2caee4a3308d84505bca2104d1c11a2f08779..a8561731d517222f9c946676b4a1cde5bc1bbb32 100644 |
--- a/chrome/test/base/test_launcher_utils.cc |
+++ b/chrome/test/base/test_launcher_utils.cc |
@@ -12,7 +12,7 @@ |
#include "base/strings/string_number_conversions.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
-#include "components/encryptor/encryptor_switches.h" |
+#include "components/os_crypt/os_crypt_switches.h" |
#if defined(USE_AURA) |
#include "ui/wm/core/wm_core_switches.h" |
@@ -66,7 +66,7 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line) { |
#if defined(OS_MACOSX) |
// Use mock keychain on mac to prevent blocking permissions dialogs. |
- command_line->AppendSwitch(encryptor::switches::kUseMockKeychain); |
+ command_line->AppendSwitch(os_crypt::switches::kUseMockKeychain); |
#endif |
command_line->AppendSwitch(switches::kDisableComponentUpdate); |