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

Unified Diff: components/tracing/child_memory_dump_manager_delegate_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: 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: components/tracing/child_memory_dump_manager_delegate_impl.h
diff --git a/components/tracing/child_memory_dump_manager_delegate_impl.h b/components/tracing/child_memory_dump_manager_delegate_impl.h
index aae4158b0866b0069c7817afe0d6af6cdf2cb976..c83fce22fd9493565f74a30fa38344e7456ee255 100644
--- a/components/tracing/child_memory_dump_manager_delegate_impl.h
+++ b/components/tracing/child_memory_dump_manager_delegate_impl.h
@@ -53,7 +53,8 @@ class ChildMemoryDumpManagerDelegateImpl
friend class ChildTraceMessageFilter;
private:
- friend struct DefaultSingletonTraits<ChildMemoryDumpManagerDelegateImpl>;
+ friend struct base::DefaultSingletonTraits<
+ ChildMemoryDumpManagerDelegateImpl>;
ChildMemoryDumpManagerDelegateImpl();
~ChildMemoryDumpManagerDelegateImpl() override;

Powered by Google App Engine
This is Rietveld 408576698