| Index: ui/events/platform/x11/x11_event_source_glib.cc
|
| diff --git a/ui/events/platform/x11/x11_event_source_glib.cc b/ui/events/platform/x11/x11_event_source_glib.cc
|
| index f56ed8bb95c4a3a76ce1e25c9d705e06c3195baa..26a320d4abfb19d0b9c1038438dfe0a5f05e5fcc 100644
|
| --- a/ui/events/platform/x11/x11_event_source_glib.cc
|
| +++ b/ui/events/platform/x11/x11_event_source_glib.cc
|
| @@ -98,5 +98,4 @@ void X11EventSourceGlib::InitXSource(int fd) {
|
| std::unique_ptr<PlatformEventSource> PlatformEventSource::CreateDefault() {
|
| return base::WrapUnique(new X11EventSourceGlib(gfx::GetXDisplay()));
|
| }
|
| -
|
| } // namespace ui
|
|
|