| Index: chrome/browser/profiles/profile_shortcut_manager_win.h
|
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.h b/chrome/browser/profiles/profile_shortcut_manager_win.h
|
| index 9bd93d696056b73a19dee151b2bcbd9482ce0450..b6c57eccefcef2b2e13b601702fe6b73040eb6fb 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager_win.h
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager_win.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| +#include "chrome/browser/profiles/profile_attributes_storage.h"
|
| #include "chrome/browser/profiles/profile_shortcut_manager.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -60,7 +61,7 @@ base::string16 CreateProfileShortcutFlags(const base::FilePath& profile_path);
|
| } // namespace profiles
|
|
|
| class ProfileShortcutManagerWin : public ProfileShortcutManager,
|
| - public ProfileInfoCacheObserver,
|
| + public ProfileAttributesStorage::Observer,
|
| public content::NotificationObserver {
|
| public:
|
| // Specifies whether only the existing shortcut should be updated, a new
|
| @@ -91,7 +92,7 @@ class ProfileShortcutManagerWin : public ProfileShortcutManager,
|
| base::string16* name,
|
| base::FilePath* icon_path) override;
|
|
|
| - // ProfileInfoCacheObserver implementation:
|
| + // ProfileAttributesStorage::Observer implementation:
|
| void OnProfileAdded(const base::FilePath& profile_path) override;
|
| void OnProfileWasRemoved(const base::FilePath& profile_path,
|
| const base::string16& profile_name) override;
|
|
|