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

Unified Diff: ash/wm/immersive_fullscreen_controller_unittest.cc

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment 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/immersive_gesture_handler_aura.cc » ('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 5d609f7e509818bebc016c414e6f2f8034c3a654..a6bf63b64d10e32da43fd6a4c122911bd5a33478 100644
--- a/ash/wm/immersive_fullscreen_controller_unittest.cc
+++ b/ash/wm/immersive_fullscreen_controller_unittest.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/immersive_fullscreen_controller.h"
+#include "ash/shared/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"
#include "ash/root_window_controller.h"
+#include "ash/shared/immersive_fullscreen_controller_delegate.h"
#include "ash/shelf/shelf.h"
#include "ash/shell.h"
#include "ash/test/ash_test_base.h"
@@ -47,7 +47,7 @@ class TestBubbleDialogDelegate : public views::BubbleDialogDelegateView {
};
class MockImmersiveFullscreenControllerDelegate
- : public WmImmersiveFullscreenControllerDelegate {
+ : public ImmersiveFullscreenControllerDelegate {
public:
MockImmersiveFullscreenControllerDelegate(views::View* top_container_view)
: top_container_view_(top_container_view),
@@ -55,7 +55,7 @@ class MockImmersiveFullscreenControllerDelegate
visible_fraction_(1) {}
~MockImmersiveFullscreenControllerDelegate() override {}
- // WmImmersiveFullscreenControllerDelegate overrides:
+ // ImmersiveFullscreenControllerDelegate overrides:
void OnImmersiveRevealStarted() override {
enabled_ = true;
visible_fraction_ = 0;
« no previous file with comments | « ash/wm/immersive_fullscreen_controller.cc ('k') | ash/wm/immersive_gesture_handler_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698