| Index: chromecast/metrics/cast_metrics_prefs.h
|
| diff --git a/chromecast/metrics/cast_metrics_prefs.h b/chromecast/metrics/cast_metrics_prefs.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ff7a973cc357d023953c3ed1f5bf052a08cd9239
|
| --- /dev/null
|
| +++ b/chromecast/metrics/cast_metrics_prefs.h
|
| @@ -0,0 +1,18 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// 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_
|
| +
|
| +class PrefRegistrySimple;
|
| +
|
| +namespace chromecast {
|
| +namespace metrics {
|
| +
|
| +void RegisterPrefs(PrefRegistrySimple* registry);
|
| +
|
| +} // namespace metrics
|
| +} // namespace chromecast
|
| +
|
| +#endif // CHROMECAST_METRICS_CAST_METRICS_PREFS_H_
|
|
|