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

Unified Diff: chrome/browser/fullscreen_chromeos.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
Index: chrome/browser/fullscreen_chromeos.cc
diff --git a/chrome/browser/fullscreen_chromeos.cc b/chrome/browser/fullscreen_chromeos.cc
index 605f4bd49f8eca9855bc86ddea6d8b9a40fb4f75..652114ed652d76ac5833c09ea853a2af8e9c7304 100644
--- a/chrome/browser/fullscreen_chromeos.cc
+++ b/chrome/browser/fullscreen_chromeos.cc
@@ -9,7 +9,7 @@
bool IsFullScreenMode() {
// TODO(oshima): Fullscreen is per display state. Investigate
// and fix if necessary.
- ash::internal::RootWindowController* controller =
- ash::internal::RootWindowController::ForTargetRootWindow();
+ ash::RootWindowController* controller =
+ ash::RootWindowController::ForTargetRootWindow();
return controller && controller->GetWindowForFullscreenMode();
}

Powered by Google App Engine
This is Rietveld 408576698