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