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

Unified Diff: ash/wm/tablet_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc

Issue 2906803002: Rename MaximizeMode to TabletMode (Closed)
Patch Set: updated filter Created 3 years, 7 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/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>

Powered by Google App Engine
This is Rietveld 408576698