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

Unified Diff: chromecast/app/cast_main_delegate.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/app/cast_main_delegate.h ('k') | chromecast/app/resources/chromecast_settings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/cast_main_delegate.cc
diff --git a/chromecast/shell/app/cast_main_delegate.cc b/chromecast/app/cast_main_delegate.cc
similarity index 96%
rename from chromecast/shell/app/cast_main_delegate.cc
rename to chromecast/app/cast_main_delegate.cc
index e3dbfc103d70b2c21aac19e707e3c94f8f4b41c3..78e4d55e0c575881d1357270e10ef1d99462b6b6 100644
--- a/chromecast/shell/app/cast_main_delegate.cc
+++ b/chromecast/app/cast_main_delegate.cc
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/shell/app/cast_main_delegate.h"
+#include "chromecast/app/cast_main_delegate.h"
#include "base/command_line.h"
#include "base/cpu.h"
#include "base/logging.h"
#include "base/path_service.h"
#include "base/posix/global_descriptors.h"
+#include "chromecast/browser/cast_content_browser_client.h"
#include "chromecast/common/cast_paths.h"
#include "chromecast/common/cast_resource_delegate.h"
#include "chromecast/common/global_descriptors.h"
-#include "chromecast/shell/browser/cast_content_browser_client.h"
-#include "chromecast/shell/renderer/cast_content_renderer_client.h"
+#include "chromecast/renderer/cast_content_renderer_client.h"
#include "content/public/browser/browser_main_runner.h"
#include "content/public/common/content_switches.h"
#include "ui/base/resource/resource_bundle.h"
« no previous file with comments | « chromecast/app/cast_main_delegate.h ('k') | chromecast/app/resources/chromecast_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698