Index: apps/launcher.cc |
diff --git a/apps/launcher.cc b/apps/launcher.cc |
index 36a6b2ac048449d2ac816e456e716eb526f1dd3d..f8f00517d708dd41cc48835893e8e7bbce676ea0 100644 |
--- a/apps/launcher.cc |
+++ b/apps/launcher.cc |
@@ -22,7 +22,6 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/extensions/api/app_runtime.h" |
#include "chrome/common/extensions/extension_messages.h" |
-#include "chrome/common/extensions/manifest_handlers/kiosk_mode_info.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/render_process_host.h" |
#include "content/public/browser/web_contents.h" |
@@ -30,6 +29,7 @@ |
#include "extensions/browser/lazy_background_task_queue.h" |
#include "extensions/browser/process_manager.h" |
#include "extensions/common/extension.h" |
+#include "extensions/common/manifest_handlers/kiosk_mode_info.h" |
Yoyo Zhou
2013/11/22 23:15:19
Please update the apps/DEPS exceptions accordingly
Devlin
2013/11/26 19:09:16
Done.
|
#include "net/base/mime_util.h" |
#include "net/base/net_util.h" |
#include "url/gurl.h" |