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

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

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
« no previous file with comments | « chromecast/browser/android/cast_window_android.h ('k') | chromecast/browser/android/cast_window_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/android/cast_window_android.cc
diff --git a/chromecast/shell/browser/android/cast_window_android.cc b/chromecast/browser/android/cast_window_android.cc
similarity index 97%
rename from chromecast/shell/browser/android/cast_window_android.cc
rename to chromecast/browser/android/cast_window_android.cc
index 4b68cb95d3c469cef1259f248b448c805f510bea..439c65166f98a4cd50914b4596f324762f236db2 100644
--- a/chromecast/shell/browser/android/cast_window_android.cc
+++ b/chromecast/browser/android/cast_window_android.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/shell/browser/android/cast_window_android.h"
+#include "chromecast/browser/android/cast_window_android.h"
#include "base/message_loop/message_loop_proxy.h"
#include "base/path_service.h"
-#include "chromecast/shell/browser/android/cast_window_manager.h"
+#include "chromecast/browser/android/cast_window_manager.h"
#include "content/public/browser/devtools_agent_host.h"
#include "content/public/browser/navigation_controller.h"
#include "content/public/browser/navigation_entry.h"
« no previous file with comments | « chromecast/browser/android/cast_window_android.h ('k') | chromecast/browser/android/cast_window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698