diff options
-rw-r--r-- | chrome/browser/tab_contents/interstitial_page.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/interstitial_page.cc b/chrome/browser/tab_contents/interstitial_page.cc index 2a63a41..0b5d818 100644 --- a/chrome/browser/tab_contents/interstitial_page.cc +++ b/chrome/browser/tab_contents/interstitial_page.cc @@ -16,7 +16,7 @@ #include "chrome/browser/tab_contents/web_contents.h" #include "chrome/browser/tab_contents/web_contents_view.h" #include "chrome/common/notification_service.h" -#include "chrome/views/window_delegate.h" +#include "chrome/views/window/window_delegate.h" #include "grit/browser_resources.h" #include "net/base/escape.h" |