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

Unified Diff: ash/wm/immersive_fullscreen_controller_unittest.cc

Issue 2222653002: Moves CustomFrameViewAsh to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 4 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/immersive_fullscreen_controller.cc ('k') | ash/wm/panels/panel_frame_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/immersive_fullscreen_controller_unittest.cc
diff --git a/ash/wm/immersive_fullscreen_controller_unittest.cc b/ash/wm/immersive_fullscreen_controller_unittest.cc
index abaa4644955a85dc3cef82b52ba4649a8dff5906..43ac50407e43cd13df8abe3588597c24e8ca009d 100644
--- a/ash/wm/immersive_fullscreen_controller_unittest.cc
+++ b/ash/wm/immersive_fullscreen_controller_unittest.cc
@@ -5,6 +5,7 @@
#include "ash/wm/immersive_fullscreen_controller.h"
#include "ash/common/shelf/shelf_types.h"
+#include "ash/common/wm/immersive/wm_immersive_fullscreen_controller_delegate.h"
#include "ash/common/wm/window_state.h"
#include "ash/display/display_manager.h"
#include "ash/display/mouse_cursor_event_filter.h"
@@ -45,7 +46,7 @@ class TestBubbleDialogDelegate : public views::BubbleDialogDelegateView {
};
class MockImmersiveFullscreenControllerDelegate
- : public ImmersiveFullscreenController::Delegate {
+ : public WmImmersiveFullscreenControllerDelegate {
public:
MockImmersiveFullscreenControllerDelegate(views::View* top_container_view)
: top_container_view_(top_container_view),
@@ -53,7 +54,7 @@ class MockImmersiveFullscreenControllerDelegate
visible_fraction_(1) {}
~MockImmersiveFullscreenControllerDelegate() override {}
- // ImmersiveFullscreenController::Delegate overrides:
+ // WmImmersiveFullscreenControllerDelegate overrides:
void OnImmersiveRevealStarted() override {
enabled_ = true;
visible_fraction_ = 0;
« no previous file with comments | « ash/wm/immersive_fullscreen_controller.cc ('k') | ash/wm/panels/panel_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698