| Index: apps/shell/shell_extension_system.cc
|
| diff --git a/apps/shell/shell_extension_system.cc b/apps/shell/shell_extension_system.cc
|
| index dfb9feca1c7c2a22fa12a03b1a403bebcb83597a..ecf2b8e7eceae09bcf3423477e2302e7596d42e9 100644
|
| --- a/apps/shell/shell_extension_system.cc
|
| +++ b/apps/shell/shell_extension_system.cc
|
| @@ -9,7 +9,6 @@
|
| #include "base/command_line.h"
|
| #include "base/files/file_path.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/extensions/extension_prefs.h"
|
| #include "chrome/common/extensions/extension_file_util.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -17,6 +16,7 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "extensions/browser/event_router.h"
|
| +#include "extensions/browser/extension_prefs.h"
|
| #include "extensions/browser/extension_registry.h"
|
| #include "extensions/browser/info_map.h"
|
| #include "extensions/browser/lazy_background_task_queue.h"
|
|
|