1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROMECAST_BASE_METRICS_CAST_METRICS_TEST_HELPER_H_
6 #define CHROMECAST_BASE_METRICS_CAST_METRICS_TEST_HELPER_H_
11 // Creates and initializes a metrics helper stub for the current process, in
12 // which all operations are no-ops. May be safely called multiple times per
14 void InitializeMetricsHelperForTesting();
16 } // namespace metrics
17 } // namespace chromecast
19 #endif // CHROMECAST_BASE_METRICS_CAST_METRICS_TEST_HELPER_H_