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

Unified Diff: components/metrics/metrics_state_manager.h

Issue 312583002: Move MetricsStateManager into the Metrics component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review 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_pref_names.cc ('k') | components/metrics/metrics_state_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_state_manager.h
diff --git a/chrome/browser/metrics/metrics_state_manager.h b/components/metrics/metrics_state_manager.h
similarity index 96%
rename from chrome/browser/metrics/metrics_state_manager.h
rename to components/metrics/metrics_state_manager.h
index db6cba990e5a325c991d9ad2d8e72dae3183f20e..6f13ee9573588c9db1bc298dccd677926c0f1ef2 100644
--- a/chrome/browser/metrics/metrics_state_manager.h
+++ b/components/metrics/metrics_state_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 CHROME_BROWSER_METRICS_METRICS_STATE_MANAGER_H_
-#define CHROME_BROWSER_METRICS_METRICS_STATE_MANAGER_H_
+#ifndef COMPONENTS_METRICS_METRICS_STATE_MANAGER_H_
+#define COMPONENTS_METRICS_METRICS_STATE_MANAGER_H_
#include <string>
@@ -128,4 +128,4 @@ class MetricsStateManager {
} // namespace metrics
-#endif // CHROME_BROWSER_METRICS_METRICS_STATE_MANAGER_H_
+#endif // COMPONENTS_METRICS_METRICS_STATE_MANAGER_H_
« no previous file with comments | « components/metrics/metrics_pref_names.cc ('k') | components/metrics/metrics_state_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698