Index: ui/ozone/public/ipc_init_helper_ozone.h |
diff --git a/ui/events/ozone/evdev/touch_evdev_types.cc b/ui/ozone/public/ipc_init_helper_ozone.h |
similarity index 52% |
copy from ui/events/ozone/evdev/touch_evdev_types.cc |
copy to ui/ozone/public/ipc_init_helper_ozone.h |
index 78807c18749d22ffe1471899401a7e1fa5426ec1..2c6108aea20fc57d72283f889d246cbbe93a57bd 100644 |
--- a/ui/events/ozone/evdev/touch_evdev_types.cc |
+++ b/ui/ozone/public/ipc_init_helper_ozone.h |
@@ -2,13 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/events/ozone/evdev/touch_evdev_types.h" |
+#ifndef UI_OZONE_PUBLIC_IPC_INIT_HELPER_OZONE_H_ |
+#define UI_OZONE_PUBLIC_IPC_INIT_HELPER_OZONE_H_ |
namespace ui { |
-InProgressTouchEvdev::InProgressTouchEvdev() { |
-} |
- |
-InProgressTouchEvdev::~InProgressTouchEvdev() {} |
+class IpcInitHelperOzone { |
+ public: |
+ static IpcInitHelperOzone* Create(); |
+}; |
} // namespace ui |
+ |
+#endif |