Index: components/sync_driver/system_encryptor.cc |
diff --git a/components/sync_driver/system_encryptor.cc b/components/sync_driver/system_encryptor.cc |
index 53eaa962abdbf57da5ae81c9b132571886f45f96..083227f7c18a07d1f87df1c738b2a36c4914ac6c 100644 |
--- a/components/sync_driver/system_encryptor.cc |
+++ b/components/sync_driver/system_encryptor.cc |
@@ -6,7 +6,7 @@ |
#include "components/os_crypt/os_crypt.h" |
-namespace browser_sync { |
+namespace sync_driver { |
SystemEncryptor::~SystemEncryptor() {} |
@@ -20,4 +20,4 @@ bool SystemEncryptor::DecryptString(const std::string& ciphertext, |
return ::OSCrypt::DecryptString(ciphertext, plaintext); |
} |
-} // namespace browser_sync |
+} // namespace sync_driver |