Index: chrome/browser/ui/app_list/test/fake_profile.cc |
diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc |
index e43bc9efb58bf10226f7322e374febb2cad1276e..42d31206ba22b62292123d5e431b827d8afd71c5 100644 |
--- a/chrome/browser/ui/app_list/test/fake_profile.cc |
+++ b/chrome/browser/ui/app_list/test/fake_profile.cc |
@@ -209,6 +209,10 @@ chrome_browser_net::Predictor* FakeProfile::GetNetworkPredictor() { |
return NULL; |
} |
+DevToolsNetworkController* FakeProfile::GetDevToolsNetworkController() { |
+ return NULL; |
+} |
+ |
void FakeProfile::ClearNetworkingHistorySince( |
base::Time time, |
const base::Closure& completion) { |