Chromium Code Reviews| Index: chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.cc | 
| diff --git a/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.cc | 
| index 2ea2d9f61490131c00f00776f3ed04880be5aa3e..100cb4fb1c99c6e209a9f8b1563ab7c3f3e97b1c 100644 | 
| --- a/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.cc | 
| +++ b/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.cc | 
| @@ -79,8 +79,7 @@ string16 ShellWindowLauncherItemController::GetTitle() { | 
| return GetAppTitle(); | 
| } | 
| -bool ShellWindowLauncherItemController::HasWindow( | 
| - aura::Window* window) const { | 
| +bool ShellWindowLauncherItemController::HasWindow(aura::Window* window) const { | 
| 
 
Mr4D (OOO till 08-26)
2013/03/02 02:02:12
Not that I don't think that this is a good change
 
Harry McCleave
2013/03/04 02:47:41
Done.
 
 | 
| ShellWindowList::const_iterator iter = | 
| std::find_if(shell_windows_.begin(), shell_windows_.end(), | 
| ShellWindowHasWindow(window)); |