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

Unified Diff: components/cronet/histogram_manager.cc

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.cc
diff --git a/components/metrics/histogram_manager.cc b/components/cronet/histogram_manager.cc
similarity index 97%
rename from components/metrics/histogram_manager.cc
rename to components/cronet/histogram_manager.cc
index dfa865b3fa1c1bf485dd5875fae681b95b0dae13..c140dad0b4e5a269862c53c06d59548c4f5fcb50 100644
--- a/components/metrics/histogram_manager.cc
+++ b/components/cronet/histogram_manager.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/metrics/histogram_manager.h"
+#include "components/cronet/histogram_manager.h"
#include <string>
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698