summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/metrics_log.h
diff options
context:
space:
mode:
authorbsimonnet@chromium.org <bsimonnet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 00:59:06 +0000
committerbsimonnet@chromium.org <bsimonnet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 00:59:06 +0000
commit064107ef1030b102ee805d17d1de9b9b24a0f1e9 (patch)
treecef90be3817689a11946c330f824cb6e8d9acf01 /chrome/browser/metrics/metrics_log.h
parent8e05f0f285002c8468046dabe4956fc90b66c328 (diff)
downloadchromium_src-064107ef1030b102ee805d17d1de9b9b24a0f1e9.zip
chromium_src-064107ef1030b102ee805d17d1de9b9b24a0f1e9.tar.gz
chromium_src-064107ef1030b102ee805d17d1de9b9b24a0f1e9.tar.bz2
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
Diffstat (limited to 'chrome/browser/metrics/metrics_log.h')
-rw-r--r--chrome/browser/metrics/metrics_log.h4
1 files changed, 2 insertions, 2 deletions
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