blob: ff7a973cc357d023953c3ed1f5bf052a08cd9239 [file] [log] [blame]
// 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_