Index: ash/shelf/shelf_widget_unittest.cc |
diff --git a/ash/shelf/shelf_widget_unittest.cc b/ash/shelf/shelf_widget_unittest.cc |
index c9f17c96cebaaf50ab76d7f6e159ed3040248c47..a0fd9cafb4e3fed7260d7d5c8da3130dfccf38d3 100644 |
--- a/ash/shelf/shelf_widget_unittest.cc |
+++ b/ash/shelf/shelf_widget_unittest.cc |
@@ -6,9 +6,9 @@ |
#include "ash/launcher/launcher.h" |
#include "ash/launcher/launcher_button.h" |
-#include "ash/launcher/launcher_model.h" |
#include "ash/root_window_controller.h" |
#include "ash/shelf/shelf_layout_manager.h" |
+#include "ash/shelf/shelf_model.h" |
#include "ash/shelf/shelf_view.h" |
#include "ash/shell.h" |
#include "ash/test/ash_test_base.h" |
@@ -38,7 +38,7 @@ internal::ShelfLayoutManager* GetShelfLayoutManager() { |
typedef test::AshTestBase ShelfWidgetTest; |
-// Launcher can't be activated on mouse click, but it is activable from |
+// Shelf can't be activated on mouse click, but it is activable from |
// the focus cycler or as fallback. |
// TODO(mtomasz): make this test work with the FocusController. |
// crbug.com/285364. |