| Index: content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| diff --git a/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc b/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| index 0e9eb4ef65ad67aca1c84a00185e108b9f6b6bfd..35eab615b86481aa77bd29012d68890c390a126d 100644
|
| --- a/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| +++ b/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| @@ -5,7 +5,6 @@
|
| #include "content/browser/web_contents/aura/overscroll_navigation_overlay.h"
|
|
|
| #include "content/browser/frame_host/navigation_entry_impl.h"
|
| -#include "content/browser/web_contents/aura/image_window_delegate.h"
|
| #include "content/browser/web_contents/web_contents_view.h"
|
| #include "content/common/frame_messages.h"
|
| #include "content/common/view_messages.h"
|
| @@ -13,6 +12,7 @@
|
| #include "content/test/test_render_frame_host.h"
|
| #include "content/test/test_render_view_host.h"
|
| #include "content/test/test_web_contents.h"
|
| +#include "ui/aura/image_window_delegate.h"
|
| #include "ui/aura/test/test_windows.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/gfx/codec/png_codec.h"
|
| @@ -87,7 +87,7 @@ class OverscrollNavigationOverlayTest : public RenderViewHostImplTestHarness {
|
|
|
| // Create the overlay, and set the contents of the overlay window.
|
| overlay_.reset(new OverscrollNavigationOverlay(contents()));
|
| - ImageWindowDelegate* image_delegate = new ImageWindowDelegate();
|
| + aura::ImageWindowDelegate* image_delegate = new aura::ImageWindowDelegate();
|
| scoped_ptr<aura::Window> overlay_window(
|
| aura::test::CreateTestWindowWithDelegate(
|
| image_delegate,
|
|
|