Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index f2d9cd48643a5b6dd131fc17030c156d74d7a914..d573cf1a02dff501a1c0b57dccf4409f72e0dc96 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -332,6 +332,7 @@ class TestingProfile : public Profile { |
void BlockUntilHistoryProcessesPendingRequests(); |
virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE; |
+ virtual DevToolsNetworkController* GetDevToolsNetworkController() OVERRIDE; |
virtual void ClearNetworkingHistorySince( |
base::Time time, |
const base::Closure& completion) OVERRIDE; |