Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: ash/wm/video_detector.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/toplevel_window_event_handler_unittest.cc ('k') | ash/wm/window_animations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ash/wm/toplevel_window_event_handler_unittest.cc ('k') | ash/wm/window_animations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698