Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ash / shell / shelf_delegate_impl.cc
index f2f8e1b..bc4af4e 100644 (file)
@@ -27,11 +27,11 @@ void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) {
 void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) {
 }
 
-LauncherID ShelfDelegateImpl::GetLauncherIDForAppID(const std::string& app_id) {
+ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) {
   return 0;
 }
 
-const std::string& ShelfDelegateImpl::GetAppIDForLauncherID(LauncherID id) {
+const std::string& ShelfDelegateImpl::GetAppIDForShelfID(ShelfID id) {
   return base::EmptyString();
 }