1 // Copyright 2015 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_ANDROID_CAST_METRICS_HELPER_ANDROID_H_
6 #define CHROMECAST_ANDROID_CAST_METRICS_HELPER_ANDROID_H_
11 #include "base/macros.h"
13 namespace chromecast
{
15 class CastMetricsHelperAndroid
{
17 // Registers the JNI methods for CastMetricsHelperAndroid.
18 static bool RegisterJni(JNIEnv
* env
);
21 DISALLOW_IMPLICIT_CONSTRUCTORS(CastMetricsHelperAndroid
);
24 } // namespace chromecast
26 #endif // CHROMECAST_ANDROID_CAST_METRICS_HELPER_ANDROID_H_