X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fash%2Fshell%2Fshelf_delegate_impl.h;h=cb78836e2be79dfa51866a56c7497dd1e08001df;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=eb7bc33ca6c9572f6e69732eec60b6984e1ad321;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/shell/shelf_delegate_impl.h b/src/ash/shell/shelf_delegate_impl.h index eb7bc33..cb78836 100644 --- a/src/ash/shell/shelf_delegate_impl.h +++ b/src/ash/shell/shelf_delegate_impl.h @@ -27,8 +27,8 @@ class ShelfDelegateImpl : public ShelfDelegate { // ShelfDelegate overrides: 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 ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE; + virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE; virtual void PinAppWithID(const std::string& app_id) OVERRIDE; virtual bool IsAppPinned(const std::string& app_id) OVERRIDE; virtual bool CanPin() const OVERRIDE;