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

Unified Diff: skia/ext/skia_memory_dump_provider.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 | « remoting/host/win/host_service.cc ('k') | skia/ext/skia_memory_dump_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/skia_memory_dump_provider.h
diff --git a/skia/ext/skia_memory_dump_provider.h b/skia/ext/skia_memory_dump_provider.h
index e98ea2f1c196056291f23e512d3c96d0c44f234f..c343731165a16097ecf51eedaeb2f5e8dfcacf00 100644
--- a/skia/ext/skia_memory_dump_provider.h
+++ b/skia/ext/skia_memory_dump_provider.h
@@ -22,7 +22,7 @@ class SK_API SkiaMemoryDumpProvider
base::trace_event::ProcessMemoryDump* process_memory_dump) override;
private:
- friend struct DefaultSingletonTraits<SkiaMemoryDumpProvider>;
+ friend struct base::DefaultSingletonTraits<SkiaMemoryDumpProvider>;
SkiaMemoryDumpProvider();
~SkiaMemoryDumpProvider() override;
« no previous file with comments | « remoting/host/win/host_service.cc ('k') | skia/ext/skia_memory_dump_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698