| Index: ash/wm/video_detector.cc
|
| diff --git a/ash/wm/video_detector.cc b/ash/wm/video_detector.cc
|
| index 38aef18a7dabb1e301e2b286cb5781c452aed70e..f0a7aaac908db0fcf62bf3dd66ee1984f9e4a1b1 100644
|
| --- a/ash/wm/video_detector.cc
|
| +++ b/ash/wm/video_detector.cc
|
| @@ -131,8 +131,8 @@ void VideoDetector::MaybeNotifyObservers(aura::Window* window,
|
| // http://crbug.com/340666
|
| bool fullscreen_window_exists = false;
|
| std::vector<aura::Window*> containers =
|
| - Shell::GetContainersFromAllRootWindows(
|
| - internal::kShellWindowId_DefaultContainer, NULL);
|
| + Shell::GetContainersFromAllRootWindows(kShellWindowId_DefaultContainer,
|
| + NULL);
|
| for (std::vector<aura::Window*>::const_iterator container =
|
| containers.begin(); container != containers.end(); ++container) {
|
| const aura::Window::Windows& windows = (*container)->children();
|
|
|