Index: chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc b/chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc |
index cdef973658952c05c190726bd58516138c67bd10..ee9244662246a5d8522548fe60c8d5cd09feb625 100644 |
--- a/chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc |
@@ -9,10 +9,10 @@ |
#include "chrome/browser/extensions/extension_service.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/webui/ntp/app_launcher_handler.h" |
-#include "chrome/common/extensions/extension.h" |
#include "chrome/common/pref_names.h" |
#include "components/user_prefs/pref_registry_syncable.h" |
#include "content/public/browser/web_ui.h" |
+#include "extensions/common/extension.h" |
#include "net/base/escape.h" |
namespace { |