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

Unified Diff: ash/frame/custom_frame_view_ash.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 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: ash/frame/custom_frame_view_ash.cc
diff --git a/ash/frame/custom_frame_view_ash.cc b/ash/frame/custom_frame_view_ash.cc
index 128b5b4ae262609ce6bbb0ae93bcae5d8137b616..5a8e0e12c3f147f1d062e4682a320bf8ccefefa1 100644
--- a/ash/frame/custom_frame_view_ash.cc
+++ b/ash/frame/custom_frame_view_ash.cc
@@ -12,10 +12,10 @@
#include "ash/frame/header_view.h"
#include "ash/shared/immersive_fullscreen_controller.h"
#include "ash/shared/immersive_fullscreen_controller_delegate.h"
+#include "ash/shell_port.h"
#include "ash/wm/window_state.h"
#include "ash/wm/window_state_delegate.h"
#include "ash/wm/window_state_observer.h"
-#include "ash/wm_shell.h"
#include "ash/wm_window.h"
#include "ui/aura/client/aura_constants.h"
#include "ui/aura/window.h"
@@ -59,7 +59,7 @@ class CustomFrameViewAshWindowStateDelegate : public wm::WindowStateDelegate,
return;
immersive_fullscreen_controller_ =
- WmShell::Get()->CreateImmersiveFullscreenController();
+ ShellPort::Get()->CreateImmersiveFullscreenController();
if (immersive_fullscreen_controller_) {
custom_frame_view->InitImmersiveFullscreenControllerForView(
immersive_fullscreen_controller_.get());

Powered by Google App Engine
This is Rietveld 408576698