| Index: chrome/browser/apps/shortcut_manager_factory.cc
|
| diff --git a/chrome/browser/apps/shortcut_manager_factory.cc b/chrome/browser/apps/shortcut_manager_factory.cc
|
| index 06839ce8e84cf6c8f5385b8671362bf3b8ee5aab..13279010887d0f8e45688ef2e107b9279c925ced 100644
|
| --- a/chrome/browser/apps/shortcut_manager_factory.cc
|
| +++ b/chrome/browser/apps/shortcut_manager_factory.cc
|
| @@ -17,7 +17,7 @@ AppShortcutManager* AppShortcutManagerFactory::GetForProfile(Profile* profile) {
|
| }
|
|
|
| AppShortcutManagerFactory* AppShortcutManagerFactory::GetInstance() {
|
| - return Singleton<AppShortcutManagerFactory>::get();
|
| + return base::Singleton<AppShortcutManagerFactory>::get();
|
| }
|
|
|
| AppShortcutManagerFactory::AppShortcutManagerFactory()
|
|
|