| 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 717d87b7464d0c682c23a0ba266a5fcf73a97fa6..d92131a22353ff6696065e9cc1fc5784dd9d5028 100644
|
| --- a/chrome/test/base/testing_browser_process.h
|
| +++ b/chrome/test/base/testing_browser_process.h
|
| @@ -57,6 +57,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| virtual void EndSession() OVERRIDE;
|
| virtual MetricsService* metrics_service() OVERRIDE;
|
| + virtual rappor::RapporService* rappor_service() OVERRIDE;
|
| virtual IOThread* io_thread() OVERRIDE;
|
| virtual WatchDogThread* watchdog_thread() OVERRIDE;
|
| virtual ProfileManager* profile_manager() OVERRIDE;
|
|
|