Index: ash/test/test_shelf_delegate.cc |
diff --git a/ash/test/test_shelf_delegate.cc b/ash/test/test_shelf_delegate.cc |
index c880d2433fb7db9b54c925d9eb0c30367f417d6f..2dd924e86ec644cbafaacee4f879bdb739b5f9bb 100644 |
--- a/ash/test/test_shelf_delegate.cc |
+++ b/ash/test/test_shelf_delegate.cc |
@@ -71,15 +71,15 @@ void TestShelfDelegate::OnWindowHierarchyChanging( |
const HierarchyChangeParams& params) { |
// The window may be legitimately reparented while staying open if it moves |
// to another display or container. If the window does not have a new parent |
- // then remove the launcher item. |
+ // then remove the shelf item. |
if (!params.new_parent) |
RemoveLauncherItemForWindow(params.target); |
} |
-void TestShelfDelegate::OnLauncherCreated(Launcher* launcher) { |
+void TestShelfDelegate::OnShelfCreated(Shelf* shelf) { |
} |
-void TestShelfDelegate::OnLauncherDestroyed(Launcher* launcher) { |
+void TestShelfDelegate::OnShelfDestroyed(Shelf* shelf) { |
} |
LauncherID TestShelfDelegate::GetLauncherIDForAppID(const std::string& app_id) { |