Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc |
diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc |
index a40cca757ddae0c81cd669f8d023ff25791702de..4c9e49cc98aded00914979b7cdb054123e48dd2a 100644 |
--- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc |
+++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc |
@@ -88,7 +88,7 @@ class TestMoveLoop : public X11MoveLoop { |
bool IsRunning() const; |
// X11MoveLoop: |
- bool RunMoveLoop(aura::Window* window, gfx::NativeCursor cursor) override; |
+ bool RunMoveLoop(aura::Window* window) override; |
void UpdateCursor(gfx::NativeCursor cursor) override; |
void EndMoveLoop() override; |
@@ -237,9 +237,7 @@ bool TestMoveLoop::IsRunning() const { |
return is_running_; |
} |
-bool TestMoveLoop::RunMoveLoop( |
- aura::Window* window, |
- gfx::NativeCursor cursor) { |
+bool TestMoveLoop::RunMoveLoop(aura::Window* window) { |
is_running_ = true; |
base::RunLoop run_loop; |
quit_closure_ = run_loop.QuitClosure(); |