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

Unified Diff: ui/events/devices/x11/touch_factory_x11.h

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. Created 4 years, 8 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/devices/x11/events_devices_x11_export.h ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/x11/touch_factory_x11.h
diff --git a/ui/events/devices/x11/touch_factory_x11.h b/ui/events/devices/x11/touch_factory_x11.h
index 496dcb591aa01a1c79f52129c96ddbeac398715c..7588398240f1b51682287b2005657bf7c87d2cd2 100644
--- a/ui/events/devices/x11/touch_factory_x11.h
+++ b/ui/events/devices/x11/touch_factory_x11.h
@@ -14,7 +14,7 @@
#include <vector>
#include "base/macros.h"
-#include "ui/events/devices/events_devices_export.h"
+#include "ui/events/devices/x11/events_devices_x11_export.h"
#include "ui/gfx/sequential_id_generator.h"
namespace base {
@@ -30,7 +30,7 @@ typedef union _XEvent XEvent;
namespace ui {
// Functions related to determining touch devices.
-class EVENTS_DEVICES_EXPORT TouchFactory {
+class EVENTS_DEVICES_X11_EXPORT TouchFactory {
private:
TouchFactory();
~TouchFactory();
« no previous file with comments | « ui/events/devices/x11/events_devices_x11_export.h ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698