| Index: trunk/src/chrome/browser/ui/ash/ash_util.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/ash/ash_util.cc (revision 233812)
|
| +++ trunk/src/chrome/browser/ui/ash/ash_util.cc (working copy)
|
| @@ -20,10 +20,10 @@
|
| if (!ash::Shell::HasInstance())
|
| return false;
|
|
|
| - aura::Window::Windows root_windows =
|
| + ash::Shell::RootWindowList root_windows =
|
| ash::Shell::GetInstance()->GetAllRootWindows();
|
|
|
| - for (aura::Window::Windows::const_iterator it = root_windows.begin();
|
| + for (ash::Shell::RootWindowList::const_iterator it = root_windows.begin();
|
| it != root_windows.end(); ++it) {
|
| if ((*it)->Contains(native_view))
|
| return true;
|
|
|