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

Unified Diff: content/browser/in_process_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/histogram_synchronizer.cc ('k') | content/browser/in_process_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/in_process_io_surface_manager_mac.h
diff --git a/content/browser/in_process_io_surface_manager_mac.h b/content/browser/in_process_io_surface_manager_mac.h
index 4008288b72026173036be33334af668eed946cad..d2ef45a6623c6eca35048c69239ba79770b3f264 100644
--- a/content/browser/in_process_io_surface_manager_mac.h
+++ b/content/browser/in_process_io_surface_manager_mac.h
@@ -28,7 +28,7 @@ class CONTENT_EXPORT InProcessIOSurfaceManager : public IOSurfaceManager {
IOSurfaceRef AcquireIOSurface(IOSurfaceId io_surface_id) override;
private:
- friend struct DefaultSingletonTraits<InProcessIOSurfaceManager>;
+ friend struct base::DefaultSingletonTraits<InProcessIOSurfaceManager>;
InProcessIOSurfaceManager();
~InProcessIOSurfaceManager() override;
« no previous file with comments | « content/browser/histogram_synchronizer.cc ('k') | content/browser/in_process_io_surface_manager_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698