| Index: apps/shell/browser/shell_browser_main_parts.cc
|
| diff --git a/apps/shell/shell_browser_main_parts.cc b/apps/shell/browser/shell_browser_main_parts.cc
|
| similarity index 94%
|
| rename from apps/shell/shell_browser_main_parts.cc
|
| rename to apps/shell/browser/shell_browser_main_parts.cc
|
| index e10c85768cf61b64267e44398f9b7385cd371626..ec235b5621fce2a04babfa70754fa9d7720975ff 100644
|
| --- a/apps/shell/shell_browser_main_parts.cc
|
| +++ b/apps/shell/browser/shell_browser_main_parts.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "apps/shell/shell_browser_main_parts.h"
|
| +#include "apps/shell/browser/shell_browser_main_parts.h"
|
|
|
| -#include "apps/shell/shell_browser_context.h"
|
| -#include "apps/shell/shell_extension_system.h"
|
| -#include "apps/shell/shell_extensions_browser_client.h"
|
| -#include "apps/shell/shell_extensions_client.h"
|
| -#include "apps/shell/web_view_window.h"
|
| +#include "apps/shell/browser/shell_browser_context.h"
|
| +#include "apps/shell/browser/shell_extension_system.h"
|
| +#include "apps/shell/browser/shell_extensions_browser_client.h"
|
| +#include "apps/shell/browser/web_view_window.h"
|
| +#include "apps/shell/common/shell_extensions_client.h"
|
| #include "base/command_line.h"
|
| #include "base/files/file_path.h"
|
| #include "base/path_service.h"
|
|
|