| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 4899cc3e9b793dc10757b45213b461f428023353..1466e2bddf45f4713dca1c1e85f3de16aeac70bd 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -23,7 +23,6 @@
|
|
|
| class ChromeNetLog;
|
| class ChromeResourceDispatcherHostDelegate;
|
| -class MetricsServicesManager;
|
| class RemoteDebuggingServer;
|
| class PrefRegistrySimple;
|
| class PromoResourceService;
|
| @@ -78,7 +77,7 @@ class BrowserProcessImpl : public BrowserProcess,
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| virtual void EndSession() OVERRIDE;
|
| virtual MetricsServicesManager* GetMetricsServicesManager() OVERRIDE;
|
| - virtual MetricsService* metrics_service() OVERRIDE;
|
| + virtual metrics::MetricsService* metrics_service() OVERRIDE;
|
| virtual rappor::RapporService* rappor_service() OVERRIDE;
|
| virtual IOThread* io_thread() OVERRIDE;
|
| virtual WatchDogThread* watchdog_thread() OVERRIDE;
|
|
|