| Index: ash/wm/overview/window_selector_unittest.cc
|
| diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc
|
| index 199f4a72c207ca13442294899b97b87cc47d0ac0..9ca8f3fe8a5fd94c93d59ff665c7509278844a2d 100644
|
| --- a/ash/wm/overview/window_selector_unittest.cc
|
| +++ b/ash/wm/overview/window_selector_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/launcher/launcher.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/screen_ash.h"
|
| +#include "ash/shelf/shelf.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| #include "ash/test/ash_test_base.h"
|
| -#include "ash/test/launcher_test_api.h"
|
| +#include "ash/test/shelf_test_api.h"
|
| #include "ash/test/shelf_view_test_api.h"
|
| #include "ash/test/shell_test_api.h"
|
| #include "ash/test/test_shelf_delegate.h"
|
| @@ -108,7 +108,7 @@ class WindowSelectorTest : public test::AshTestBase {
|
| ASSERT_TRUE(test::TestShelfDelegate::instance());
|
|
|
| shelf_view_test_.reset(new test::ShelfViewTestAPI(
|
| - test::LauncherTestAPI(Launcher::ForPrimaryDisplay()).shelf_view()));
|
| + test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).shelf_view()));
|
| shelf_view_test_->SetAnimationDuration(1);
|
| }
|
|
|
|
|