Chromium Code Reviews| Index: ash/shelf/shelf_util.cc |
| diff --git a/ash/shelf/shelf_util.cc b/ash/shelf/shelf_util.cc |
| index 77031d803ae050a17d099f6332ba5f60f713c21d..5e2f606624274da1a27112be7c647c5b9863ef93 100644 |
| --- a/ash/shelf/shelf_util.cc |
| +++ b/ash/shelf/shelf_util.cc |
| @@ -31,7 +31,7 @@ LauncherID GetLauncherIDForWindow(aura::Window* window) { |
| return window->GetProperty(kLauncherID); |
| } |
| -void SetLauncherItemDetailsForWindow(aura::Window* window, |
| +void SetShelfItemDetailsForWindow(aura::Window* window, |
| const LauncherItemDetails& details) { |
|
James Cook
2013/12/16 23:34:52
nit: indent
tfarina
2013/12/17 00:45:24
Done.
|
| // |item_details| is owned by |window|. |
| LauncherItemDetails* item_details = new LauncherItemDetails(details); |