Index: chrome/test/testing_browser_process.h |
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h |
index 0ee682aab61968abca8bc95e5729c1164c4c9774..4c388247e1a35e1b952592827aabcf3548313ee3 100644 |
--- a/chrome/test/testing_browser_process.h |
+++ b/chrome/test/testing_browser_process.h |
@@ -120,7 +120,7 @@ class TestingBrowserProcess : public BrowserProcess { |
virtual bool have_inspector_files() const; |
- virtual ChromeNetLog* net_log() { return NULL; } |
+ virtual ChromeNetLog* net_log(); |
#if defined(IPC_MESSAGE_LOG_ENABLED) |
virtual void SetIPCLoggingEnabled(bool enable) {} |