Index: components/os_crypt/os_crypt_switches.cc |
diff --git a/components/encryptor/encryptor_switches.cc b/components/os_crypt/os_crypt_switches.cc |
similarity index 75% |
rename from components/encryptor/encryptor_switches.cc |
rename to components/os_crypt/os_crypt_switches.cc |
index 7b07d183d71ad6c62f44670c7892d5350d0e442b..6dffb39489f5d9d0c7a06e409b8e11ce78990343 100644 |
--- a/components/encryptor/encryptor_switches.cc |
+++ b/components/os_crypt/os_crypt_switches.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/encryptor/encryptor_switches.h" |
+#include "components/os_crypt/os_crypt_switches.h" |
-namespace encryptor { |
+namespace os_crypt { |
namespace switches { |
#if defined(OS_MACOSX) |
@@ -14,4 +14,4 @@ const char kUseMockKeychain[] = "use-mock-keychain"; |
#endif // OS_MACOSX |
} // namespace switches |
-} // namespace encryptor |
+} // namespace os_crypt |