Index: chrome/browser/profiles/off_the_record_profile_impl.h |
=================================================================== |
--- chrome/browser/profiles/off_the_record_profile_impl.h (revision 108608) |
+++ chrome/browser/profiles/off_the_record_profile_impl.h (working copy) |
@@ -125,6 +125,7 @@ |
#endif // defined(OS_CHROMEOS) |
virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE; |
+ |
virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE; |
virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE; |
virtual GURL GetHomePage() OVERRIDE; |
@@ -183,7 +184,7 @@ |
// The file_system context for this profile. |
scoped_refptr<fileapi::FileSystemContext> file_system_context_; |
- scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; |
+ scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; |
scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_; |