Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index e15a0c7fa2a74e966676fe217ab4dfd8be565284..b4893f0905be63dd750f2c4870cb918a03b77c95 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -292,7 +292,9 @@ class TestingProfile : public Profile { |
void BlockUntilHistoryProcessesPendingRequests(); |
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; |
virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; |