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

Unified Diff: content/browser/gpu/shader_disk_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
« no previous file with comments | « content/browser/gpu/gpu_surface_tracker.cc ('k') | content/browser/gpu/shader_disk_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/shader_disk_cache.h
diff --git a/content/browser/gpu/shader_disk_cache.h b/content/browser/gpu/shader_disk_cache.h
index 051be5876ec6ca8ed97950a13e4f7dde0984ee3a..9b16dd30a151b3bfcfeb0e52e2ac1d27ce3fa014 100644
--- a/content/browser/gpu/shader_disk_cache.h
+++ b/content/browser/gpu/shader_disk_cache.h
@@ -126,7 +126,7 @@ class CONTENT_EXPORT ShaderCacheFactory {
void RemoveFromCache(const base::FilePath& path);
private:
- friend struct DefaultSingletonTraits<ShaderCacheFactory>;
+ friend struct base::DefaultSingletonTraits<ShaderCacheFactory>;
friend class ShaderClearHelper;
ShaderCacheFactory();
« no previous file with comments | « content/browser/gpu/gpu_surface_tracker.cc ('k') | content/browser/gpu/shader_disk_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698