summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/prefs/prefs_tab_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/prefs/prefs_tab_helper.cc')
-rw-r--r--chrome/browser/ui/prefs/prefs_tab_helper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.cc b/chrome/browser/ui/prefs/prefs_tab_helper.cc
index 5cfb237..1cf523f 100644
--- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
@@ -414,11 +414,11 @@ class PrefWatcherFactory : public BrowserContextKeyedServiceFactory {
}
static PrefWatcherFactory* GetInstance() {
- return Singleton<PrefWatcherFactory>::get();
+ return base::Singleton<PrefWatcherFactory>::get();
}
private:
- friend struct DefaultSingletonTraits<PrefWatcherFactory>;
+ friend struct base::DefaultSingletonTraits<PrefWatcherFactory>;
PrefWatcherFactory() : BrowserContextKeyedServiceFactory(
"PrefWatcher",