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

Unified Diff: components/metrics/metrics_service_observer.h

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.gypi ('k') | components/metrics/metrics_service_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_service_observer.h
diff --git a/chrome/browser/metrics/metrics_service_observer.h b/components/metrics/metrics_service_observer.h
similarity index 77%
rename from chrome/browser/metrics/metrics_service_observer.h
rename to components/metrics/metrics_service_observer.h
index 1eaec308eab80d0785e5d2c8631d001304c1f24e..510487eddcb459b588d604421b700eea7d893528 100644
--- a/chrome/browser/metrics/metrics_service_observer.h
+++ b/components/metrics/metrics_service_observer.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 CHROME_BROWSER_METRICS_METRICS_SERVICE_OBSERVER_H_
-#define CHROME_BROWSER_METRICS_METRICS_SERVICE_OBSERVER_H_
+#ifndef COMPONENTS_METRICS_METRICS_SERVICE_OBSERVER_H_
+#define COMPONENTS_METRICS_METRICS_SERVICE_OBSERVER_H_
#include "base/macros.h"
@@ -22,4 +22,4 @@ class MetricsServiceObserver {
DISALLOW_COPY_AND_ASSIGN(MetricsServiceObserver);
};
-#endif // CHROME_BROWSER_METRICS_METRICS_SERVICE_OBSERVER_H_
+#endif // COMPONENTS_METRICS_METRICS_SERVICE_OBSERVER_H_
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/metrics_service_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698