| Index: chromecast/app/cast_main.cc
|
| diff --git a/chromecast/shell/app/cast_main.cc b/chromecast/app/cast_main.cc
|
| similarity index 89%
|
| rename from chromecast/shell/app/cast_main.cc
|
| rename to chromecast/app/cast_main.cc
|
| index 6b731b9697253f7e8250eeb03bf8cf01d19c0440..6c6c0b4f8f146e3733844518e3ae3f215ae595c8 100644
|
| --- a/chromecast/shell/app/cast_main.cc
|
| +++ b/chromecast/app/cast_main.cc
|
| @@ -2,7 +2,7 @@
|
| // 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 "content/public/app/content_main.h"
|
|
|
| int main(int argc, const char** argv) {
|
|
|