| Index: trunk/src/ash/test/ash_test_helper.h
|
| ===================================================================
|
| --- trunk/src/ash/test/ash_test_helper.h (revision 270304)
|
| +++ trunk/src/ash/test/ash_test_helper.h (working copy)
|
| @@ -20,8 +20,8 @@
|
| class ScopedAnimationDurationScaleMode;
|
| } // namespace ui
|
|
|
| -namespace views {
|
| -class ViewsDelegate;
|
| +namespace wm {
|
| +class WMState;
|
| }
|
|
|
| namespace ash {
|
| @@ -77,7 +77,7 @@
|
| // Owned by ash::AcceleratorController
|
| TestScreenshotDelegate* test_screenshot_delegate_;
|
|
|
| - scoped_ptr<views::ViewsDelegate> views_delegate_;
|
| + scoped_ptr<wm::WMState> wm_state_;
|
|
|
| // Check if DBus Thread Manager was initialized here.
|
| bool dbus_thread_manager_initialized_;
|
|
|