| 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_
|
|
|