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

Unified Diff: chromecast/browser/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
Index: chromecast/browser/android/cast_metrics_helper_android.h
diff --git a/chromecast/android/cast_metrics_helper_android.h b/chromecast/browser/android/cast_metrics_helper_android.h
similarity index 67%
rename from chromecast/android/cast_metrics_helper_android.h
rename to chromecast/browser/android/cast_metrics_helper_android.h
index 23e0f470d70a3900084dceaa71215eee82018238..6665436561dd123581a4cdc1568039dc7fdf286c 100644
--- a/chromecast/android/cast_metrics_helper_android.h
+++ b/chromecast/browser/android/cast_metrics_helper_android.h
@@ -2,8 +2,8 @@
// 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_
+#ifndef CHROMECAST_BROWSER_ANDROID_CAST_METRICS_HELPER_ANDROID_H_
+#define CHROMECAST_BROWSER_ANDROID_CAST_METRICS_HELPER_ANDROID_H_
#include <jni.h>
#include <vector>
@@ -11,7 +11,7 @@
#include "base/macros.h"
namespace chromecast {
-
+namespace shell {
class CastMetricsHelperAndroid {
public:
// Registers the JNI methods for CastMetricsHelperAndroid.
@@ -21,6 +21,7 @@ class CastMetricsHelperAndroid {
DISALLOW_IMPLICIT_CONSTRUCTORS(CastMetricsHelperAndroid);
};
+} // namespace shell
} // namespace chromecast
-#endif // CHROMECAST_ANDROID_CAST_METRICS_HELPER_ANDROID_H_
+#endif // CHROMECAST_BROWSER_ANDROID_CAST_METRICS_HELPER_ANDROID_H_
« no previous file with comments | « chromecast/browser/android/cast_content_window_android.cc ('k') | chromecast/browser/android/cast_metrics_helper_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698