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

Unified Diff: chrome/browser/sync/test/integration/passwords_helper.cc

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 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
Index: chrome/browser/sync/test/integration/passwords_helper.cc
diff --git a/chrome/browser/sync/test/integration/passwords_helper.cc b/chrome/browser/sync/test/integration/passwords_helper.cc
index e80497ec6e0ec745a54e7dd3d9a93abbaedb9ade..4f0ee6b4a606eb53b72394a2c8554268e4560036 100644
--- a/chrome/browser/sync/test/integration/passwords_helper.cc
+++ b/chrome/browser/sync/test/integration/passwords_helper.cc
@@ -123,9 +123,10 @@ void RemoveLogins(PasswordStore* store) {
}
}
-void SetEncryptionPassphrase(int index,
- const std::string& passphrase,
- ProfileSyncService::PassphraseType type) {
+void SetEncryptionPassphrase(
+ int index,
+ const std::string& passphrase,
+ browser_sync::ProfileSyncService::PassphraseType type) {
ProfileSyncServiceFactory::GetForProfile(
test()->GetProfile(index))->SetEncryptionPassphrase(passphrase, type);
}

Powered by Google App Engine
This is Rietveld 408576698