summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant/instant_unload_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/instant/instant_unload_handler.cc')
-rw-r--r--chrome/browser/instant/instant_unload_handler.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/instant/instant_unload_handler.cc b/chrome/browser/instant/instant_unload_handler.cc
index c58ee98..ab804b3 100644
--- a/chrome/browser/instant/instant_unload_handler.cc
+++ b/chrome/browser/instant/instant_unload_handler.cc
@@ -4,12 +4,12 @@
#include "chrome/browser/instant/instant_unload_handler.h"
-#include "chrome/browser/renderer_host/render_view_host.h"
-#include "chrome/browser/tab_contents/tab_contents.h"
-#include "chrome/browser/tab_contents/tab_contents_delegate.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_navigator.h"
#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
+#include "content/browser/renderer_host/render_view_host.h"
+#include "content/browser/tab_contents/tab_contents.h"
+#include "content/browser/tab_contents/tab_contents_delegate.h"
// TabContentsDelegate implementation. This owns the TabContents supplied to the
// constructor.