Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: chrome/browser/metrics/chrome_metrics_service_client.h

Issue 577823002: Moves ProfilerMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 230b7b3feb997336857ecf5f674e9581c28cf51b..1cb9f4536466cad07ccc362a12cb42e3950f5bdb 100644
--- a/chrome/browser/metrics/chrome_metrics_service_client.h
+++ b/chrome/browser/metrics/chrome_metrics_service_client.h
@@ -14,8 +14,8 @@
#include "base/threading/thread_checker.h"
#include "chrome/browser/memory_details.h"
#include "chrome/browser/metrics/network_stats_uploader.h"
-#include "chrome/browser/metrics/tracking_synchronizer_observer.h"
#include "components/metrics/metrics_service_client.h"
+#include "components/metrics/profiler/tracking_synchronizer_observer.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
@@ -23,7 +23,6 @@ class ChromeOSMetricsProvider;
class GoogleUpdateMetricsProviderWin;
class PluginMetricsProvider;
class PrefRegistrySimple;
-class ProfilerMetricsProvider;
#if !defined(OS_CHROMEOS) && !defined(OS_IOS)
class SigninStatusMetricsProvider;
@@ -36,13 +35,14 @@ class FilePath;
namespace metrics {
class MetricsService;
class MetricsStateManager;
+class ProfilerMetricsProvider;
}
// ChromeMetricsServiceClient provides an implementation of MetricsServiceClient
// that depends on chrome/.
class ChromeMetricsServiceClient
: public metrics::MetricsServiceClient,
- public chrome_browser_metrics::TrackingSynchronizerObserver,
+ public metrics::TrackingSynchronizerObserver,
public content::NotificationObserver {
public:
virtual ~ChromeMetricsServiceClient();
@@ -153,7 +153,7 @@ class ChromeMetricsServiceClient
// The ProfilerMetricsProvider instance that was registered with
// MetricsService. Has the same lifetime as |metrics_service_|.
- ProfilerMetricsProvider* profiler_metrics_provider_;
+ metrics::ProfilerMetricsProvider* profiler_metrics_provider_;
#if defined(ENABLE_PLUGINS)
// The PluginMetricsProvider instance that was registered with
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698