Index: content/browser/tab_contents/interstitial_page.cc |
=================================================================== |
--- content/browser/tab_contents/interstitial_page.cc (revision 81920) |
+++ content/browser/tab_contents/interstitial_page.cc (working copy) |
@@ -16,7 +16,6 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/renderer_preferences_util.h" |
#include "chrome/browser/ui/browser_list.h" |
-#include "chrome/common/bindings_policy.h" |
#include "content/browser/browser_thread.h" |
#include "content/browser/renderer_host/render_process_host.h" |
#include "content/browser/renderer_host/render_view_host.h" |
@@ -27,6 +26,7 @@ |
#include "content/browser/tab_contents/navigation_entry.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/browser/tab_contents/tab_contents_view.h" |
+#include "content/common/bindings_policy.h" |
#include "content/common/dom_storage_common.h" |
#include "content/common/notification_service.h" |
#include "content/common/notification_source.h" |