| Index: chrome/browser/instant/instant_unload_handler.cc
|
| ===================================================================
|
| --- chrome/browser/instant/instant_unload_handler.cc (revision 76467)
|
| +++ chrome/browser/instant/instant_unload_handler.cc (working copy)
|
| @@ -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.
|
|
|