| 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_
|
|
|