| Index: chromecast/browser/metrics/cast_metrics_prefs.h
|
| diff --git a/chromecast/metrics/cast_metrics_prefs.h b/chromecast/browser/metrics/cast_metrics_prefs.h
|
| similarity index 66%
|
| rename from chromecast/metrics/cast_metrics_prefs.h
|
| rename to chromecast/browser/metrics/cast_metrics_prefs.h
|
| index ff7a973cc357d023953c3ed1f5bf052a08cd9239..224512415b79d0b9ee51fcf75fe6a33ec49e6a5d 100644
|
| --- a/chromecast/metrics/cast_metrics_prefs.h
|
| +++ b/chromecast/browser/metrics/cast_metrics_prefs.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 CHROMECAST_METRICS_CAST_METRICS_PREFS_H_
|
| -#define CHROMECAST_METRICS_CAST_METRICS_PREFS_H_
|
| +#ifndef CHROMECAST_BROWSER_METRICS_CAST_METRICS_PREFS_H_
|
| +#define CHROMECAST_BROWSER_METRICS_CAST_METRICS_PREFS_H_
|
|
|
| class PrefRegistrySimple;
|
|
|
| @@ -15,4 +15,4 @@ void RegisterPrefs(PrefRegistrySimple* registry);
|
| } // namespace metrics
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_METRICS_CAST_METRICS_PREFS_H_
|
| +#endif // CHROMECAST_BROWSER_METRICS_CAST_METRICS_PREFS_H_
|
|
|