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

Unified Diff: content/browser/profiler_controller_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: content/browser/profiler_controller_impl.h
diff --git a/content/browser/profiler_controller_impl.h b/content/browser/profiler_controller_impl.h
index cf2c10cb656c194e341cc44db362464b18dc2e8e..0939d857c3cd8aa66b3e6294c122670b43f54fbd 100644
--- a/content/browser/profiler_controller_impl.h
+++ b/content/browser/profiler_controller_impl.h
@@ -49,7 +49,7 @@ class ProfilerControllerImpl : public ProfilerController {
void OnProfilingPhaseCompleted(int profiling_phase) override;
private:
- friend struct DefaultSingletonTraits<ProfilerControllerImpl>;
+ friend struct base::DefaultSingletonTraits<ProfilerControllerImpl>;
// Contact child processes and get their profiler data.
void GetProfilerDataFromChildProcesses(int sequence_number,
« no previous file with comments | « content/browser/power_profiler/power_profiler_service.cc ('k') | content/browser/profiler_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698