| Index: apps/shell/app/shell_main.cc
|
| diff --git a/apps/shell/shell_main.cc b/apps/shell/app/shell_main.cc
|
| similarity index 87%
|
| rename from apps/shell/shell_main.cc
|
| rename to apps/shell/app/shell_main.cc
|
| index 4048c17524d3a2704138885ce08baf96018a3852..c81cfa0e1622dbadb240d9ca5e2d330224def6ff 100644
|
| --- a/apps/shell/shell_main.cc
|
| +++ b/apps/shell/app/shell_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 "apps/shell/shell_main_delegate.h"
|
| +#include "apps/shell/app/shell_main_delegate.h"
|
| #include "content/public/app/content_main.h"
|
|
|
| int main(int argc, const char** argv) {
|
|
|