Index: chrome/browser/profiles/off_the_record_profile_impl.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h |
index f5e5ef1fad1926acfda0a8e5db872c00e4a84b47..b81100df0106a20555ae23df24b3f308834b7764 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -82,7 +82,9 @@ class OffTheRecordProfileImpl : public Profile, |
virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE; |
virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE; |
- virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE; |
+ virtual void ClearNetworkingHistorySince( |
+ base::Time time, |
+ const base::Closure& completion) OVERRIDE; |
virtual GURL GetHomePage() OVERRIDE; |
// content::BrowserContext implementation: |