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

Unified Diff: content/browser/android/browser_surface_texture_manager.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: content/browser/android/browser_surface_texture_manager.h
diff --git a/content/browser/android/browser_surface_texture_manager.h b/content/browser/android/browser_surface_texture_manager.h
index e276928d877f6a11f348e7ea923cea60f4426e86..79a814a9396d5880f7220f10911dfc092f947e2a 100644
--- a/content/browser/android/browser_surface_texture_manager.h
+++ b/content/browser/android/browser_surface_texture_manager.h
@@ -35,7 +35,7 @@ class CONTENT_EXPORT BrowserSurfaceTextureManager
int player_id) override;
private:
- friend struct DefaultSingletonTraits<BrowserSurfaceTextureManager>;
+ friend struct base::DefaultSingletonTraits<BrowserSurfaceTextureManager>;
BrowserSurfaceTextureManager();
~BrowserSurfaceTextureManager() override;

Powered by Google App Engine
This is Rietveld 408576698