| Index: chrome/browser/metrics/chrome_metrics_service_client.h
|
| diff --git a/chrome/browser/metrics/chrome_metrics_service_client.h b/chrome/browser/metrics/chrome_metrics_service_client.h
|
| index d4fe09ca416fc46edac8db95e1a5bbe580680f05..ee879a5b65efa9768b768de5342327046f544a34 100644
|
| --- a/chrome/browser/metrics/chrome_metrics_service_client.h
|
| +++ b/chrome/browser/metrics/chrome_metrics_service_client.h
|
| @@ -20,7 +20,6 @@
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| class ChromeOSMetricsProvider;
|
| -class DriveMetricsProvider;
|
| class GoogleUpdateMetricsProviderWin;
|
| class PluginMetricsProvider;
|
| class PrefRegistrySimple;
|
| @@ -36,6 +35,7 @@ class FilePath;
|
| } // namespace base
|
|
|
| namespace metrics {
|
| +class DriveMetricsProvider;
|
| class MetricsService;
|
| class MetricsStateManager;
|
| class ProfilerMetricsProvider;
|
| @@ -174,7 +174,7 @@ class ChromeMetricsServiceClient
|
|
|
| // The DriveMetricsProvider instance that was registered with MetricsService.
|
| // Has the same lifetime as |metrics_service_|.
|
| - DriveMetricsProvider* drive_metrics_provider_;
|
| + metrics::DriveMetricsProvider* drive_metrics_provider_;
|
|
|
| // Callback that is called when initial metrics gathering is complete.
|
| base::Closure finished_gathering_initial_metrics_callback_;
|
|
|