Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: chromecast/android/cast_metrics_helper_android.h

Issue 2570623003: [Chromecast] Turn CastContentWindow into an abstract interface. (Closed)
Patch Set: Fix browser test Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/android/cast_jni_registrar.cc ('k') | chromecast/android/cast_metrics_helper_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/android/cast_metrics_helper_android.h
diff --git a/chromecast/android/cast_metrics_helper_android.h b/chromecast/android/cast_metrics_helper_android.h
deleted file mode 100644
index 23e0f470d70a3900084dceaa71215eee82018238..0000000000000000000000000000000000000000
--- a/chromecast/android/cast_metrics_helper_android.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2015 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_ANDROID_CAST_METRICS_HELPER_ANDROID_H_
-#define CHROMECAST_ANDROID_CAST_METRICS_HELPER_ANDROID_H_
-
-#include <jni.h>
-#include <vector>
-
-#include "base/macros.h"
-
-namespace chromecast {
-
-class CastMetricsHelperAndroid {
- public:
- // Registers the JNI methods for CastMetricsHelperAndroid.
- static bool RegisterJni(JNIEnv* env);
-
- private:
- DISALLOW_IMPLICIT_CONSTRUCTORS(CastMetricsHelperAndroid);
-};
-
-} // namespace chromecast
-
-#endif // CHROMECAST_ANDROID_CAST_METRICS_HELPER_ANDROID_H_
« no previous file with comments | « chromecast/android/cast_jni_registrar.cc ('k') | chromecast/android/cast_metrics_helper_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698