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

Unified Diff: ui/events/test/events_test_utils_x11.h

Issue 289283015: Extract touchscreen device management into a generic manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 6 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 | « ui/events/platform/x11/x11_events_platform.gyp ('k') | ui/events/test/events_test_utils_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/events_test_utils_x11.h
diff --git a/ui/events/test/events_test_utils_x11.h b/ui/events/test/events_test_utils_x11.h
index bec1c4f6a8a711d48b9e3e7404040f08e821e99a..090a857b830a90256ce4b367ea7eee9ac40a5eb8 100644
--- a/ui/events/test/events_test_utils_x11.h
+++ b/ui/events/test/events_test_utils_x11.h
@@ -8,7 +8,7 @@
#include "base/memory/scoped_ptr.h"
#include "ui/events/event_constants.h"
#include "ui/events/keycodes/keyboard_codes.h"
-#include "ui/events/x/device_data_manager.h"
+#include "ui/events/x/device_data_manager_x11.h"
#include "ui/gfx/point.h"
#include "ui/gfx/x/x11_types.h"
@@ -17,10 +17,10 @@ typedef union _XEvent XEvent;
namespace ui {
struct Valuator {
- Valuator(DeviceDataManager::DataType type, double v)
+ Valuator(DeviceDataManagerX11::DataType type, double v)
: data_type(type), value(v) {}
- DeviceDataManager::DataType data_type;
+ DeviceDataManagerX11::DataType data_type;
double value;
};
« no previous file with comments | « ui/events/platform/x11/x11_events_platform.gyp ('k') | ui/events/test/events_test_utils_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698