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

Unified Diff: components/metrics/metrics_reporting_scheduler.h

Issue 294693002: Moved metrics_reporting_scheduler* to //components/metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hopefully synced this time. 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_reporting_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_reporting_scheduler.h
diff --git a/chrome/browser/metrics/metrics_reporting_scheduler.h b/components/metrics/metrics_reporting_scheduler.h
similarity index 92%
rename from chrome/browser/metrics/metrics_reporting_scheduler.h
rename to components/metrics/metrics_reporting_scheduler.h
index 6e1d108d2be1e9bfc9fe7095be92650655491add..8385bd857ccc83b5632eb2ec3a9fdb90524b6c03 100644
--- a/chrome/browser/metrics/metrics_reporting_scheduler.h
+++ b/components/metrics/metrics_reporting_scheduler.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_REPORTING_SCHEDULER_H_
-#define CHROME_BROWSER_METRICS_METRICS_REPORTING_SCHEDULER_H_
+#ifndef COMPONENTS_METRICS_METRICS_REPORTING_SCHEDULER_H_
+#define COMPONENTS_METRICS_METRICS_REPORTING_SCHEDULER_H_
#include "base/basictypes.h"
#include "base/callback.h"
@@ -75,4 +75,4 @@ class MetricsReportingScheduler {
DISALLOW_COPY_AND_ASSIGN(MetricsReportingScheduler);
};
-#endif // CHROME_BROWSER_METRICS_METRICS_REPORTING_SCHEDULER_H_
+#endif // COMPONENTS_METRICS_METRICS_REPORTING_SCHEDULER_H_
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/metrics_reporting_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698