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

Unified Diff: components/metrics/profiler/tracking_synchronizer_observer.h

Issue 577823002: Moves ProfilerMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaase Created 6 years, 3 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/profiler/tracking_synchronizer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/profiler/tracking_synchronizer_observer.h
diff --git a/chrome/browser/metrics/tracking_synchronizer_observer.h b/components/metrics/profiler/tracking_synchronizer_observer.h
similarity index 80%
rename from chrome/browser/metrics/tracking_synchronizer_observer.h
rename to components/metrics/profiler/tracking_synchronizer_observer.h
index 9dc1d7528e928031d104c0109073b17846807753..b9301bb268e4d0c97319916752f2d31dd231834e 100644
--- a/chrome/browser/metrics/tracking_synchronizer_observer.h
+++ b/components/metrics/profiler/tracking_synchronizer_observer.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_METRICS_TRACKING_SYNCHRONIZER_OBSERVER_H_
-#define CHROME_BROWSER_METRICS_TRACKING_SYNCHRONIZER_OBSERVER_H_
+#ifndef COMPONENTS_METRICS_PROFILER_TRACKING_SYNCHRONIZER_OBSERVER_H_
+#define COMPONENTS_METRICS_PROFILER_TRACKING_SYNCHRONIZER_OBSERVER_H_
namespace tracked_objects {
struct ProcessDataSnapshot;
}
-namespace chrome_browser_metrics {
+namespace metrics {
// Observer for notifications from the TrackingSynchronizer class.
class TrackingSynchronizerObserver {
@@ -34,6 +34,6 @@ class TrackingSynchronizerObserver {
DISALLOW_COPY_AND_ASSIGN(TrackingSynchronizerObserver);
};
-} // namespace chrome_browser_metrics
+} // namespace metrics
-#endif // CHROME_BROWSER_METRICS_TRACKING_SYNCHRONIZER_OBSERVER_H_
+#endif // COMPONENTS_METRICS_PROFILER_TRACKING_SYNCHRONIZER_OBSERVER_H_
« no previous file with comments | « components/metrics/profiler/tracking_synchronizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698