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

Unified Diff: components/metrics/metrics_service_observer.cc

Issue 293663002: [Metrics] Move MetricsServiceObserver into //components/metrics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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 | « components/metrics/metrics_service_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_service_observer.cc
diff --git a/chrome/browser/metrics/metrics_service_observer.cc b/components/metrics/metrics_service_observer.cc
similarity index 80%
rename from chrome/browser/metrics/metrics_service_observer.cc
rename to components/metrics/metrics_service_observer.cc
index 754c10f14289bc6e2cb23582fca19a1b5c4c91a0..576ca3b355bddc95262815096b5f77b34c1bd479 100644
--- a/chrome/browser/metrics/metrics_service_observer.cc
+++ b/components/metrics/metrics_service_observer.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 "chrome/browser/chrome_browser_metrics_service_observer.h"
+#include "components/metrics/metrics_service_observer.h"
MetricsServiceObserver::MetricsServiceObserver() {
}
« no previous file with comments | « components/metrics/metrics_service_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698