Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: chrome/test/base/test_launcher_utils.cc

Issue 200713005: components: Rename encryptor directory to os_crypt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | components/autofill.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698