diff options
Diffstat (limited to 'chrome/browser/mac/mac_startup_profiler.h')
-rw-r--r-- | chrome/browser/mac/mac_startup_profiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/mac/mac_startup_profiler.h b/chrome/browser/mac/mac_startup_profiler.h index f4e560c..05dcf6c 100644 --- a/chrome/browser/mac/mac_startup_profiler.h +++ b/chrome/browser/mac/mac_startup_profiler.h @@ -42,7 +42,7 @@ class MacStartupProfiler { void RecordMetrics(); private: - friend struct DefaultSingletonTraits<MacStartupProfiler>; + friend struct base::DefaultSingletonTraits<MacStartupProfiler>; // Returns the name of the histogram for the given location. const std::string HistogramName(Location location); |