Last user_story -> story change in telemetry.
[chromium-blink-merge.git] / chromecast / android / cast_metrics_helper_android.h
blob23e0f470d70a3900084dceaa71215eee82018238
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_
8 #include <jni.h>
9 #include <vector>
11 #include "base/macros.h"
13 namespace chromecast {
15 class CastMetricsHelperAndroid {
16 public:
17 // Registers the JNI methods for CastMetricsHelperAndroid.
18 static bool RegisterJni(JNIEnv* env);
20 private:
21 DISALLOW_IMPLICIT_CONSTRUCTORS(CastMetricsHelperAndroid);
24 } // namespace chromecast
26 #endif // CHROMECAST_ANDROID_CAST_METRICS_HELPER_ANDROID_H_