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

Unified Diff: chrome/browser/google/google_search_counter.h

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: chrome/browser/google/google_search_counter.h
diff --git a/chrome/browser/google/google_search_counter.h b/chrome/browser/google/google_search_counter.h
index e1f558d1275b27be5b91c4fc3ca88eac6a15cf08..ed6f24484f4d40fc82fe8c016b08a68876a02787 100644
--- a/chrome/browser/google/google_search_counter.h
+++ b/chrome/browser/google/google_search_counter.h
@@ -41,7 +41,7 @@ class GoogleSearchCounter : content::NotificationObserver {
}
private:
- friend struct DefaultSingletonTraits<GoogleSearchCounter>;
+ friend struct base::DefaultSingletonTraits<GoogleSearchCounter>;
friend class GoogleSearchCounterTest;
friend class GoogleSearchCounterAndroidTest;
« no previous file with comments | « chrome/browser/geolocation/geolocation_permission_context_factory.cc ('k') | chrome/browser/google/google_search_counter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698