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

Unified Diff: content/browser/browser_io_surface_manager_mac.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
« no previous file with comments | « content/browser/bootstrap_sandbox_mac.cc ('k') | content/browser/browser_io_surface_manager_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_io_surface_manager_mac.h
diff --git a/content/browser/browser_io_surface_manager_mac.h b/content/browser/browser_io_surface_manager_mac.h
index 66a1c7b002425ea838722993999bf622c52a6dc2..028bde987265cd0826d3f5fc8833a6bd87a8506c 100644
--- a/content/browser/browser_io_surface_manager_mac.h
+++ b/content/browser/browser_io_surface_manager_mac.h
@@ -66,7 +66,7 @@ class CONTENT_EXPORT BrowserIOSurfaceManager : public IOSurfaceManager {
private:
friend class BrowserIOSurfaceManagerTest;
- friend struct DefaultSingletonTraits<BrowserIOSurfaceManager>;
+ friend struct base::DefaultSingletonTraits<BrowserIOSurfaceManager>;
BrowserIOSurfaceManager();
~BrowserIOSurfaceManager() override;
« no previous file with comments | « content/browser/bootstrap_sandbox_mac.cc ('k') | content/browser/browser_io_surface_manager_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698