Chromium Code Reviews| Index: ash/wm/tablet_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc |
| diff --git a/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc b/ash/wm/tablet_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc |
| similarity index 98% |
| rename from ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc |
| rename to ash/wm/tablet_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc |
| index cc7a99b490cce20ee0a5a3d0c2111b4c2b65b332..e9de2bd0432f1e1addfe017e5861ce73956cf1de 100644 |
| --- a/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc |
| +++ b/ash/wm/tablet_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc |
| @@ -2,10 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h" |
| +#include "ash/wm/tablet_mode/scoped_disable_internal_mouse_and_keyboard_x11.h" |
| -#include <X11/extensions/XInput2.h> |
| #include <X11/Xlib.h> |
|
Mr4D (OOO till 08-26)
2017/05/26 00:33:34
Ha - funny. Is the sorting case sensitive?
|
| +#include <X11/extensions/XInput2.h> |
| #include <memory> |
| #include <set> |