| Index: chrome/test/base/view_event_test_base.h
|
| diff --git a/chrome/test/base/view_event_test_base.h b/chrome/test/base/view_event_test_base.h
|
| index 302409d2c6e14674ea6c1cfc3d038b17ab05bb7e..0878b09aea5ef4a82905845f752c026d747f4fed 100644
|
| --- a/chrome/test/base/view_event_test_base.h
|
| +++ b/chrome/test/base/view_event_test_base.h
|
| @@ -34,6 +34,10 @@ namespace gfx {
|
| class Size;
|
| }
|
|
|
| +namespace views {
|
| +class ViewsDelegate;
|
| +}
|
| +
|
| namespace wm {
|
| class WMState;
|
| }
|
| @@ -159,7 +163,7 @@ class ViewEventTestBase : public views::WidgetDelegate,
|
| scoped_ptr<wm::WMState> wm_state_;
|
| #endif
|
|
|
| - ChromeViewsDelegate views_delegate_;
|
| + scoped_ptr<views::ViewsDelegate> views_delegate_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ViewEventTestBase);
|
| };
|
|
|