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

Unified Diff: chrome/browser/password_manager/password_store_factory.cc

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT ios Created 5 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/password_manager/password_store_factory.cc
diff --git a/chrome/browser/password_manager/password_store_factory.cc b/chrome/browser/password_manager/password_store_factory.cc
index cafc83353ee509172a3178435ecb9abca96b1ca0..b5d71351f4f14cdbf5c3dad2ca32f416c9f68774 100644
--- a/chrome/browser/password_manager/password_store_factory.cc
+++ b/chrome/browser/password_manager/password_store_factory.cc
@@ -171,7 +171,7 @@ scoped_refptr<PasswordStore> PasswordStoreFactory::GetForProfile(
// static
PasswordStoreFactory* PasswordStoreFactory::GetInstance() {
- return Singleton<PasswordStoreFactory>::get();
+ return base::Singleton<PasswordStoreFactory>::get();
}
// static

Powered by Google App Engine
This is Rietveld 408576698