summaryrefslogtreecommitdiffstats
path: root/ash/shell/shelf_delegate_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell/shelf_delegate_impl.h')
-rw-r--r--ash/shell/shelf_delegate_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/shell/shelf_delegate_impl.h b/ash/shell/shelf_delegate_impl.h
index ed6dc6d..eb7bc33 100644
--- a/ash/shell/shelf_delegate_impl.h
+++ b/ash/shell/shelf_delegate_impl.h
@@ -25,8 +25,8 @@ class ShelfDelegateImpl : public ShelfDelegate {
void set_watcher(WindowWatcher* watcher) { watcher_ = watcher; }
// ShelfDelegate overrides:
- virtual void OnLauncherCreated(Launcher* launcher) OVERRIDE;
- virtual void OnLauncherDestroyed(Launcher* launcher) OVERRIDE;
+ virtual void OnShelfCreated(Shelf* shelf) OVERRIDE;
+ virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE;
virtual LauncherID GetLauncherIDForAppID(const std::string& app_id) OVERRIDE;
virtual const std::string& GetAppIDForLauncherID(LauncherID id) OVERRIDE;
virtual void PinAppWithID(const std::string& app_id) OVERRIDE;