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

Unified Diff: content/browser/gpu/gpu_data_manager_impl.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 years, 4 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/gpu/gpu_data_manager_impl.h
diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h
index 3f1d2761c2fc64894fb3a9cffb2404ddd3957341..20df27ab17990d8a0e18c6b763a71a80cef8d781 100644
--- a/content/browser/gpu/gpu_data_manager_impl.h
+++ b/content/browser/gpu/gpu_data_manager_impl.h
@@ -185,7 +185,7 @@ class CONTENT_EXPORT GpuDataManagerImpl
private:
friend class GpuDataManagerImplPrivate;
friend class GpuDataManagerImplPrivateTest;
- friend struct DefaultSingletonTraits<GpuDataManagerImpl>;
+ friend struct base::DefaultSingletonTraits<GpuDataManagerImpl>;
// It's similar to AutoUnlock, but we want to make it a no-op
// if the owner GpuDataManagerImpl is null.

Powered by Google App Engine
This is Rietveld 408576698