Index: chrome/browser/extensions/active_tab_permission_granter.cc |
diff --git a/chrome/browser/extensions/active_tab_permission_granter.cc b/chrome/browser/extensions/active_tab_permission_granter.cc |
index 97440e2a74fe27ffca1e93a7a9ae3628c1696185..312a6c3558375bfb5583d648d0496e5ccd8e0bc9 100644 |
--- a/chrome/browser/extensions/active_tab_permission_granter.cc |
+++ b/chrome/browser/extensions/active_tab_permission_granter.cc |
@@ -13,13 +13,13 @@ |
#include "chrome/common/extensions/extension_messages.h" |
#include "chrome/common/extensions/permissions/permission_set.h" |
#include "chrome/common/extensions/permissions/permissions_data.h" |
-#include "chrome/common/extensions/user_script.h" |
-#include "content/public/browser/navigation_entry.h" |
#include "content/public/browser/navigation_details.h" |
+#include "content/public/browser/navigation_entry.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_source.h" |
#include "content/public/browser/render_process_host.h" |
#include "content/public/browser/web_contents.h" |
+#include "extensions/common/user_script.h" |
using content::RenderProcessHost; |
using content::WebContentsObserver; |