| Index: chrome/browser/profiles/profile_impl.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl.h (revision 257281)
|
| +++ chrome/browser/profiles/profile_impl.h (working copy)
|
| @@ -23,6 +23,7 @@
|
| class NetPrefObserver;
|
| class PrefService;
|
| class PrefServiceSyncable;
|
| +class ShortcutsBackend;
|
| class SSLConfigServiceManager;
|
|
|
| #if defined(OS_CHROMEOS)
|
| @@ -240,7 +241,7 @@
|
| scoped_ptr<NetPrefObserver> net_pref_observer_;
|
| scoped_ptr<SSLConfigServiceManager> ssl_config_service_manager_;
|
| scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
|
| - scoped_refptr<history::ShortcutsBackend> shortcuts_backend_;
|
| + scoped_refptr<ShortcutsBackend> shortcuts_backend_;
|
|
|
| // Exit type the last time the profile was opened. This is set only once from
|
| // prefs.
|
|
|