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

Unified Diff: chrome/browser/google/google_search_counter.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
« no previous file with comments | « chrome/browser/google/google_search_counter.h ('k') | chrome/browser/google/google_url_tracker_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google/google_search_counter.cc
diff --git a/chrome/browser/google/google_search_counter.cc b/chrome/browser/google/google_search_counter.cc
index 9f4cced75cd19efce95fd23b2e07d1276f25de40..46392fdce0f6c90c59f5b7833c1cac7451a5a6ce 100644
--- a/chrome/browser/google/google_search_counter.cc
+++ b/chrome/browser/google/google_search_counter.cc
@@ -19,7 +19,7 @@ void GoogleSearchCounter::RegisterForNotifications() {
// static
GoogleSearchCounter* GoogleSearchCounter::GetInstance() {
- return Singleton<GoogleSearchCounter>::get();
+ return base::Singleton<GoogleSearchCounter>::get();
}
GoogleSearchMetrics::AccessPoint
« no previous file with comments | « chrome/browser/google/google_search_counter.h ('k') | chrome/browser/google/google_url_tracker_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698