summaryrefslogtreecommitdiffstats
path: root/chrome/browser/mac/mac_startup_profiler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/mac/mac_startup_profiler.cc')
-rw-r--r--chrome/browser/mac/mac_startup_profiler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/mac/mac_startup_profiler.cc b/chrome/browser/mac/mac_startup_profiler.cc
index 15580fb..37d247b 100644
--- a/chrome/browser/mac/mac_startup_profiler.cc
+++ b/chrome/browser/mac/mac_startup_profiler.cc
@@ -10,7 +10,7 @@
// static
MacStartupProfiler* MacStartupProfiler::GetInstance() {
- return Singleton<MacStartupProfiler>::get();
+ return base::Singleton<MacStartupProfiler>::get();
}
MacStartupProfiler::MacStartupProfiler() : recorded_metrics_(false) {