| Index: chrome/browser/profiles/profile_impl.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl.h (revision 107101)
|
| +++ chrome/browser/profiles/profile_impl.h (working copy)
|
| @@ -138,7 +138,7 @@
|
| virtual void InitChromeOSPreferences() OVERRIDE;
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| - virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
|
| + virtual PrefProxyConfigTrackerType* GetProxyConfigTracker() OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| @@ -283,7 +283,7 @@
|
| scoped_ptr<chromeos::LocaleChangeGuard> locale_change_guard_;
|
| #endif
|
|
|
| - scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
|
| + scoped_ptr<PrefProxyConfigTrackerType> pref_proxy_config_tracker_;
|
|
|
| scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_;
|
|
|
|
|