Index: ash/shell/shelf_delegate_impl.cc |
diff --git a/ash/shell/shelf_delegate_impl.cc b/ash/shell/shelf_delegate_impl.cc |
index 0112009c3740ab367b1e648f64c1b72a19061941..f2f8e1b8f6328f6a785e94d4e4e4e8aab03ca60e 100644 |
--- a/ash/shell/shelf_delegate_impl.cc |
+++ b/ash/shell/shelf_delegate_impl.cc |
@@ -21,10 +21,10 @@ ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher) |
ShelfDelegateImpl::~ShelfDelegateImpl() { |
} |
-void ShelfDelegateImpl::OnLauncherCreated(Launcher* launcher) { |
+void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) { |
} |
-void ShelfDelegateImpl::OnLauncherDestroyed(Launcher* launcher) { |
+void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) { |
} |
LauncherID ShelfDelegateImpl::GetLauncherIDForAppID(const std::string& app_id) { |