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

Unified Diff: chromecast/app/cast_main_delegate.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
« no previous file with comments | « chromecast/app/cast_main.cc ('k') | chromecast/app/cast_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/cast_main_delegate.h
diff --git a/chromecast/shell/app/cast_main_delegate.h b/chromecast/app/cast_main_delegate.h
similarity index 88%
rename from chromecast/shell/app/cast_main_delegate.h
rename to chromecast/app/cast_main_delegate.h
index 914e23a39c428c14df94dfb3da828d220d7ff838..d078655f69de8703e0dd5e99c2240c551489ac2b 100644
--- a/chromecast/shell/app/cast_main_delegate.h
+++ b/chromecast/app/cast_main_delegate.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMECAST_SHELL_APP_CAST_MAIN_DELEGATE_H_
-#define CHROMECAST_SHELL_APP_CAST_MAIN_DELEGATE_H_
+#ifndef CHROMECAST_APP_CAST_MAIN_DELEGATE_H_
+#define CHROMECAST_APP_CAST_MAIN_DELEGATE_H_
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
-#include "chromecast/shell/common/cast_content_client.h"
+#include "chromecast/common/cast_content_client.h"
#include "content/public/app/content_main_delegate.h"
namespace content {
@@ -59,4 +59,4 @@ class CastMainDelegate : public content::ContentMainDelegate {
} // namespace shell
} // namespace chromecast
-#endif // CHROMECAST_SHELL_APP_CAST_MAIN_DELEGATE_H_
+#endif // CHROMECAST_APP_CAST_MAIN_DELEGATE_H_
« no previous file with comments | « chromecast/app/cast_main.cc ('k') | chromecast/app/cast_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698