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

Unified Diff: chrome/browser/notifications/fullscreen_notification_blocker.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/notifications/fullscreen_notification_blocker.cc
diff --git a/chrome/browser/notifications/fullscreen_notification_blocker.cc b/chrome/browser/notifications/fullscreen_notification_blocker.cc
index 525fb7c815b50c859f03353e236d616dff9728dc..55e23043459a305f2f63d8e664fbf2d8da979898 100644
--- a/chrome/browser/notifications/fullscreen_notification_blocker.cc
+++ b/chrome/browser/notifications/fullscreen_notification_blocker.cc
@@ -23,8 +23,8 @@ namespace {
bool DoesFullscreenModeBlockNotifications() {
#if defined(USE_ASH)
if (ash::Shell::HasInstance()) {
- ash::internal::RootWindowController* controller =
- ash::internal::RootWindowController::ForTargetRootWindow();
+ ash::RootWindowController* controller =
+ ash::RootWindowController::ForTargetRootWindow();
// During shutdown |controller| can be NULL.
if (!controller)

Powered by Google App Engine
This is Rietveld 408576698