Index: ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc |
diff --git a/ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc b/ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc |
index 457ba6b41f78724fd06e2eb09bdc740017348249..90fa7c20420cf43d131ecf4b99eeaab35ba400a9 100644 |
--- a/ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc |
+++ b/ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc |
@@ -13,7 +13,7 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/base/dragdrop/file_info.h" |
-#include "ui/events/platform/x11/x11_event_source.h" |
+#include "ui/events/platform/x11/x11_event_source_glib.h" |
#include "url/gurl.h" |
const char kFileURL[] = "file:///home/user/file.txt"; |
@@ -39,7 +39,7 @@ class OSExchangeDataProviderAuraX11Test : public testing::Test { |
protected: |
base::MessageLoopForUI message_loop; |
- X11EventSource event_source; |
+ X11EventSourceGlib event_source; |
ui::OSExchangeDataProviderAuraX11 provider; |
}; |