Index: chrome/browser/apps/ephemeral_app_throttle.cc |
diff --git a/chrome/browser/apps/ephemeral_app_throttle.cc b/chrome/browser/apps/ephemeral_app_throttle.cc |
index 504e1b09d9e47299ffa279d8961d7cd4ccdea2e2..e562c8227fbbadd32d75508daa8c4ddade7f1854 100644 |
--- a/chrome/browser/apps/ephemeral_app_throttle.cc |
+++ b/chrome/browser/apps/ephemeral_app_throttle.cc |
@@ -10,7 +10,6 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/profiles/profile_io_data.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chrome/common/extensions/extension_constants.h" |
#include "components/crx_file/id_util.h" |
#include "components/navigation_interception/intercept_navigation_resource_throttle.h" |
#include "components/navigation_interception/navigation_params.h" |
@@ -18,6 +17,7 @@ |
#include "content/public/browser/resource_throttle.h" |
#include "content/public/browser/web_contents.h" |
#include "extensions/browser/extension_system.h" |
+#include "extensions/common/extension_urls.h" |
#include "net/url_request/url_request.h" |
using content::BrowserThread; |