Index: chrome/test/base/testing_browser_process.h |
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h |
index 3f07bec8d64fcf476e43b8b32cfc501eb8d622e6..300f192636ec098a418bc4fbd81945861107c00e 100644 |
--- a/chrome/test/base/testing_browser_process.h |
+++ b/chrome/test/base/testing_browser_process.h |
@@ -107,6 +107,10 @@ class TestingBrowserProcess : public BrowserProcess { |
media_file_system_registry() OVERRIDE; |
virtual bool created_local_state() const OVERRIDE; |
+#if defined(ENABLE_WEBRTC) |
+ virtual WebRtcLogUploader* webrtc_log_uploader() OVERRIDE; |
+#endif |
+ |
// Set the local state for tests. Consumer is responsible for cleaning it up |
// afterwards (using ScopedTestingLocalState, for example). |
void SetLocalState(PrefService* local_state); |