Index: chrome/browser/web_applications/web_app.cc |
diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc |
index 072bbf07cc16b47437f33fdbe93dd5f84069fbda..a807b51add57aa978f0282128363b796a84de3c2 100644 |
--- a/chrome/browser/web_applications/web_app.cc |
+++ b/chrome/browser/web_applications/web_app.cc |
@@ -13,11 +13,11 @@ |
#include "base/threading/thread.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_version_info.h" |
-#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/manifest_handlers/app_launch_info.h" |
#include "chrome/common/url_constants.h" |
#include "content/public/browser/browser_thread.h" |
#include "extensions/common/constants.h" |
+#include "extensions/common/extension.h" |
#include "grit/chromium_strings.h" |
#include "ui/base/l10n/l10n_util.h" |