Index: ui/ozone/platform/test/ozone_platform_test.cc |
diff --git a/ui/ozone/platform/test/ozone_platform_test.cc b/ui/ozone/platform/test/ozone_platform_test.cc |
index 9bcaefee94b5777a1bf930aa731886a96a397484..01f3a1722e9fda4aae444e9f271c9a93609d134e 100644 |
--- a/ui/ozone/platform/test/ozone_platform_test.cc |
+++ b/ui/ozone/platform/test/ozone_platform_test.cc |
@@ -18,7 +18,6 @@ |
#if defined(OS_CHROMEOS) |
#include "ui/ozone/common/chromeos/native_display_delegate_ozone.h" |
-#include "ui/ozone/common/chromeos/touchscreen_device_manager_ozone.h" |
#endif |
namespace ui { |
@@ -58,11 +57,6 @@ class OzonePlatformTest : public OzonePlatform { |
OVERRIDE { |
return scoped_ptr<NativeDisplayDelegate>(new NativeDisplayDelegateOzone()); |
} |
- virtual scoped_ptr<TouchscreenDeviceManager> |
- CreateTouchscreenDeviceManager() OVERRIDE { |
- return scoped_ptr<TouchscreenDeviceManager>( |
- new TouchscreenDeviceManagerOzone()); |
- } |
#endif |
virtual void InitializeUI() OVERRIDE { |