Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chromecast / base / metrics / cast_metrics_test_helper.h
bloba1eafed29cd21eee17ea5da7486149d62ebe50aa
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_
8 namespace chromecast {
9 namespace metrics {
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
13 // process.
14 void InitializeMetricsHelperForTesting();
16 } // namespace metrics
17 } // namespace chromecast
19 #endif // CHROMECAST_BASE_METRICS_CAST_METRICS_TEST_HELPER_H_