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

Unified Diff: ios/chrome/browser/autocomplete/autocomplete_classifier_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 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: ios/chrome/browser/autocomplete/autocomplete_classifier_factory.cc
diff --git a/ios/chrome/browser/autocomplete/autocomplete_classifier_factory.cc b/ios/chrome/browser/autocomplete/autocomplete_classifier_factory.cc
index 7696b1e4739d7886744671ab5f04d2c598e094d0..c77872b74025eebe6226223be6a113c1dbb27d61 100644
--- a/ios/chrome/browser/autocomplete/autocomplete_classifier_factory.cc
+++ b/ios/chrome/browser/autocomplete/autocomplete_classifier_factory.cc
@@ -41,7 +41,7 @@ AutocompleteClassifier* AutocompleteClassifierFactory::GetForBrowserState(
// static
AutocompleteClassifierFactory* AutocompleteClassifierFactory::GetInstance() {
- return Singleton<AutocompleteClassifierFactory>::get();
+ return base::Singleton<AutocompleteClassifierFactory>::get();
}
// static

Powered by Google App Engine
This is Rietveld 408576698