diff options
Diffstat (limited to 'content/browser/tab_contents/interstitial_page.h')
-rw-r--r-- | content/browser/tab_contents/interstitial_page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/interstitial_page.h b/content/browser/tab_contents/interstitial_page.h index b3f9e1c..aba2e88 100644 --- a/content/browser/tab_contents/interstitial_page.h +++ b/content/browser/tab_contents/interstitial_page.h @@ -11,10 +11,10 @@ #include "base/process_util.h" #include "base/scoped_ptr.h" -#include "chrome/browser/renderer_host/render_view_host_delegate.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" #include "chrome/common/renderer_preferences.h" +#include "content/browser/renderer_host/render_view_host_delegate.h" #include "googleurl/src/gurl.h" #include "ui/gfx/size.h" |