| Index: apps/launcher.cc
|
| diff --git a/apps/launcher.cc b/apps/launcher.cc
|
| index 599f5f9ae7f2de70b812c85e34a3e7439d8a05d9..4fe246159cb4275d3abfc99bf2ef49234e19c570 100644
|
| --- a/apps/launcher.cc
|
| +++ b/apps/launcher.cc
|
| @@ -18,7 +18,6 @@
|
| #include "chrome/browser/extensions/extension_host.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/extensions/api/app_runtime.h"
|
| -#include "chrome/common/extensions/extension_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| @@ -28,6 +27,7 @@
|
| #include "extensions/browser/lazy_background_task_queue.h"
|
| #include "extensions/browser/process_manager.h"
|
| #include "extensions/common/extension.h"
|
| +#include "extensions/common/extension_messages.h"
|
| #include "extensions/common/manifest_handlers/kiosk_mode_info.h"
|
| #include "net/base/mime_util.h"
|
| #include "net/base/net_util.h"
|
|
|