Index: content/browser/web_contents/aura/overscroll_navigation_overlay.cc |
diff --git a/content/browser/web_contents/aura/overscroll_navigation_overlay.cc b/content/browser/web_contents/aura/overscroll_navigation_overlay.cc |
index e2d82b7f5e3fda11777fc94b1512e80eb54734e0..3409877388af4692c6644a4b26c3c99fd62af99d 100644 |
--- a/content/browser/web_contents/aura/overscroll_navigation_overlay.cc |
+++ b/content/browser/web_contents/aura/overscroll_navigation_overlay.cc |
@@ -6,11 +6,11 @@ |
#include "content/browser/frame_host/navigation_entry_impl.h" |
#include "content/browser/renderer_host/render_view_host_impl.h" |
-#include "content/browser/web_contents/aura/image_window_delegate.h" |
#include "content/browser/web_contents/web_contents_impl.h" |
#include "content/common/view_messages.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/render_widget_host_view.h" |
+#include "ui/aura/image_window_delegate.h" |
#include "ui/aura/window.h" |
#include "ui/base/layout.h" |
#include "ui/compositor/layer.h" |
@@ -162,7 +162,7 @@ void OverscrollNavigationOverlay::StartObserving() { |
void OverscrollNavigationOverlay::SetOverlayWindow( |
scoped_ptr<aura::Window> window, |
- ImageWindowDelegate* delegate) { |
+ aura::ImageWindowDelegate* delegate) { |
window_ = window.Pass(); |
if (window_.get() && window_->parent()) |
window_->parent()->StackChildAtTop(window_.get()); |