From 064107ef1030b102ee805d17d1de9b9b24a0f1e9 Mon Sep 17 00:00:00 2001 From: "bsimonnet@chromium.org" Date: Fri, 2 May 2014 00:59:06 +0000 Subject: Move part of metrics from chrome/common to components Chrome OS needs to have access to the metrics aggretion and serialization logic to build a metric sender service replacing chrome. Protobuf definitions are moved to components too. The code remaining will be extrated in components/metrics and components/variation during a refactoring later this year. BUG=chromium:360183 TEST=run unittests TBR=sky@chromium.org, benwells@chromium.org Review URL: https://codereview.chromium.org/239093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267709 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/metrics/metrics_log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/metrics/metrics_log.h') diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h index 0af6f35..0c063c5 100644 --- a/chrome/browser/metrics/metrics_log.h +++ b/chrome/browser/metrics/metrics_log.h @@ -14,9 +14,9 @@ #include "base/basictypes.h" #include "chrome/browser/metrics/extension_metrics.h" #include "chrome/browser/metrics/metrics_network_observer.h" -#include "chrome/common/metrics/metrics_log_base.h" #include "chrome/common/metrics/variations/variations_util.h" #include "chrome/installer/util/google_update_settings.h" +#include "components/metrics/metrics_log_base.h" #include "ui/gfx/size.h" class HashedExtensionMetrics; @@ -64,7 +64,7 @@ struct GoogleUpdateMetrics { GoogleUpdateSettings::ProductData product_data; }; -class MetricsLog : public MetricsLogBase { +class MetricsLog : public metrics::MetricsLogBase { public: // Creates a new metrics log of the specified type. // client_id is the identifier for this profile on this installation -- cgit v1.1