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

Unified Diff: components/cronet/histogram_manager.h

Issue 1075503002: Move histogram_manager from components/metrics to components/cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make cronet dependency specific to Android. Created 5 years, 8 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
Index: components/cronet/histogram_manager.h
diff --git a/components/metrics/histogram_manager.h b/components/cronet/histogram_manager.h
similarity index 87%
rename from components/metrics/histogram_manager.h
rename to components/cronet/histogram_manager.h
index 7334ae35f29a0305efdb6fc5d85b3288fdbd73fa..c0b53fad04ba0047b10a51d5de81337bc2514b86 100644
--- a/components/metrics/histogram_manager.h
+++ b/components/cronet/histogram_manager.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_METRICS_HISTOGRAM_MANAGER_H_
-#define COMPONENTS_METRICS_HISTOGRAM_MANAGER_H_
+#ifndef COMPONENTS_CRONET_HISTOGRAM_MANAGER_H_
+#define COMPONENTS_CRONET_HISTOGRAM_MANAGER_H_
#include <string>
#include <vector>
@@ -18,9 +18,6 @@
namespace metrics {
-// TODO(mef): crbug.com/441441. Move components/metrics/histogram_manager.*
-// files into components/android/cronet.
-//
// A HistogramManager instance is created by Android. It is the central
// controller for the acquisition of log data, and the automatic transmission of
// that log data to an external server.
@@ -59,4 +56,4 @@ class HistogramManager : public base::HistogramFlattener {
} // namespace metrics
-#endif // COMPONENTS_METRICS_HISTOGRAM_MANAGER_H_
+#endif // COMPONENTS_CRONET_HISTOGRAM_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698