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

Unified Diff: chromecast/browser/android/cast_window_android.h

Issue 638803002: Reorganizes Chromecast code to better reflect functional dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extra DEPS: chromecast/crash/android --> chromecast/common Created 6 years, 2 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_window_android.h
diff --git a/chromecast/shell/browser/android/cast_window_android.h b/chromecast/browser/android/cast_window_android.h
similarity index 94%
rename from chromecast/shell/browser/android/cast_window_android.h
rename to chromecast/browser/android/cast_window_android.h
index 5dcc9ba530615d48b49f51a3f279c04bf967fb9e..fec8b39e1fd4d548df1b0291f386062711816d0a 100644
--- a/chromecast/shell/browser/android/cast_window_android.h
+++ b/chromecast/browser/android/cast_window_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_SHELL_BROWSER_ANDROID_CAST_WINDOW_ANDROID_H_
-#define CHROMECAST_SHELL_BROWSER_ANDROID_CAST_WINDOW_ANDROID_H_
+#ifndef CHROMECAST_BROWSER_ANDROID_CAST_WINDOW_ANDROID_H_
+#define CHROMECAST_BROWSER_ANDROID_CAST_WINDOW_ANDROID_H_
#include <jni.h>
#include <vector>
@@ -94,4 +94,4 @@ class CastWindowAndroid : public content::WebContentsDelegate,
} // namespace shell
} // namespace chromecast
-#endif // CHROMECAST_SHELL_BROWSER_ANDROID_CAST_WINDOW_ANDROID_H_
+#endif // CHROMECAST_BROWSER_ANDROID_CAST_WINDOW_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698