Index: ash/shelf/shelf_util.h |
diff --git a/ash/shelf/shelf_util.h b/ash/shelf/shelf_util.h |
index 6fb3d5efc138dd254e34b04fc330d6002c15cb7e..9b9764d77ab26b37cc031f0012099fe34c5ebc4a 100644 |
--- a/ash/shelf/shelf_util.h |
+++ b/ash/shelf/shelf_util.h |
@@ -28,14 +28,14 @@ ASH_EXPORT void SetLauncherIDForWindow(LauncherID id, aura::Window* window); |
ASH_EXPORT LauncherID GetLauncherIDForWindow(aura::Window* window); |
// Sets LauncherItemDetails for |window|. |
-ASH_EXPORT void SetLauncherItemDetailsForWindow( |
+ASH_EXPORT void SetShelfItemDetailsForWindow( |
aura::Window* window, |
const LauncherItemDetails& details); |
// Clears LauncherItemDetails for |window|. |
-// If |window| has a LauncherItem by SetLauncherItemDetailsForWindow(), it will |
+// If |window| has a LauncherItem by SetShelfItemDetailsForWindow(), it will |
// be removed. |
-ASH_EXPORT void ClearLauncherItemDetailsForWindow(aura::Window* window); |
+ASH_EXPORT void ClearShelfItemDetailsForWindow(aura::Window* window); |
// Returns LauncherItemDetails for |window| or NULL if it doesn't have. |
// Returned LauncherItemDetails object is owned by the |window|. |