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

Unified Diff: ash/wm/immersive_context_ash.cc

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: rebase Created 3 years, 7 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/test/test_shell_delegate.cc ('k') | ash/wm/immersive_fullscreen_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/immersive_context_ash.cc
diff --git a/ash/wm/immersive_context_ash.cc b/ash/wm/immersive_context_ash.cc
index a7345ca297f6ffe8e6a6b5efbbae0b2b7db55e78..3211651337c1cdfe5d79febd7c72b5d2e5ef97b4 100644
--- a/ash/wm/immersive_context_ash.cc
+++ b/ash/wm/immersive_context_ash.cc
@@ -5,7 +5,7 @@
#include "ash/wm/immersive_context_ash.h"
#include "ash/shared/immersive_fullscreen_controller.h"
-#include "ash/shelf/wm_shelf.h"
+#include "ash/shelf/shelf.h"
#include "ash/shell.h"
#include "ash/shell_port.h"
#include "ash/wm/window_state.h"
@@ -39,7 +39,7 @@ void ImmersiveContextAsh::OnEnteringOrExitingImmersive(
window_state->set_in_immersive_fullscreen(entering);
for (aura::Window* root_window : Shell::GetAllRootWindows())
- WmShelf::ForWindow(root_window)->UpdateVisibilityState();
+ Shelf::ForWindow(root_window)->UpdateVisibilityState();
}
gfx::Rect ImmersiveContextAsh::GetDisplayBoundsInScreen(views::Widget* widget) {
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | ash/wm/immersive_fullscreen_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698