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

Unified Diff: extensions/browser/app_window/app_window_geometry_cache.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: extensions/browser/app_window/app_window_geometry_cache.h
diff --git a/extensions/browser/app_window/app_window_geometry_cache.h b/extensions/browser/app_window/app_window_geometry_cache.h
index 314db458b64a48d55513b9552901e5456e38b7d0..08aeeb866129f950289897ced1ec5f59cfeff7f5 100644
--- a/extensions/browser/app_window/app_window_geometry_cache.h
+++ b/extensions/browser/app_window/app_window_geometry_cache.h
@@ -42,7 +42,7 @@ class AppWindowGeometryCache : public KeyedService,
static Factory* GetInstance();
private:
- friend struct DefaultSingletonTraits<Factory>;
+ friend struct base::DefaultSingletonTraits<Factory>;
Factory();
~Factory() override;
« no previous file with comments | « extensions/browser/api/web_request/web_request_api.cc ('k') | extensions/browser/app_window/app_window_geometry_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698