| Index: chrome/browser/profiles/profile_shortcut_manager.h
|
| diff --git a/chrome/browser/profiles/profile_shortcut_manager.h b/chrome/browser/profiles/profile_shortcut_manager.h
|
| index 171fa5c79870e1b40a105abb02c19c09436f4694..29ae7ba491dc48d803bd8157fde8937d5ded1d49 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager.h
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager.h
|
| @@ -6,8 +6,8 @@
|
| #define CHROME_BROWSER_PROFILES_PROFILE_SHORTCUT_MANAGER_H_
|
|
|
| #include "base/file_path.h"
|
| +#include "base/string16.h"
|
| #include "chrome/browser/profiles/profile_info_cache.h"
|
| -#include "ui/gfx/image/image.h"
|
|
|
| class ProfileManager;
|
|
|
| @@ -22,6 +22,7 @@ class ProfileShortcutManager {
|
|
|
| static bool IsFeatureEnabled();
|
| static ProfileShortcutManager* Create(ProfileManager* manager);
|
| + static string16 GetShortcutNameForProfile(const string16& profile_name);
|
|
|
| protected:
|
| ProfileShortcutManager();
|
|
|