| Index: apps/shell/browser/shell_extensions_browser_client.cc
|
| diff --git a/apps/shell/shell_extensions_browser_client.cc b/apps/shell/browser/shell_extensions_browser_client.cc
|
| similarity index 95%
|
| rename from apps/shell/shell_extensions_browser_client.cc
|
| rename to apps/shell/browser/shell_extensions_browser_client.cc
|
| index 1af1b2a4a3eb121b755ed79f2ee63d0646fd1f65..0ed1f1b64386d816c762dad50a8e4b6b12149672 100644
|
| --- a/apps/shell/shell_extensions_browser_client.cc
|
| +++ b/apps/shell/browser/shell_extensions_browser_client.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "apps/shell/shell_extensions_browser_client.h"
|
| +#include "apps/shell/browser/shell_extensions_browser_client.h"
|
|
|
| -#include "apps/shell/shell_app_sorting.h"
|
| -#include "apps/shell/shell_extension_system.h"
|
| +#include "apps/shell/browser/shell_app_sorting.h"
|
| +#include "apps/shell/browser/shell_extension_system.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "base/prefs/pref_service_factory.h"
|
| #include "base/prefs/testing_pref_store.h"
|
|
|