| Index: content/browser/renderer_host/render_widget_host_view_gtk.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_gtk.cc b/content/browser/renderer_host/render_widget_host_view_gtk.cc
|
| index fe45173bd893f1f75d7ade54a47dde1d4327c0a7..494ba38f86b34205dcbf90709d97bd7b5154608b 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_gtk.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_gtk.cc
|
| @@ -39,8 +39,8 @@
|
| #include "content/public/browser/native_web_keyboard_event.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "skia/ext/platform_canvas.h"
|
| +#include "third_party/WebKit/public/platform/WebScreenInfo.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| -#include "third_party/WebKit/public/web/WebScreenInfo.h"
|
| #include "ui/base/clipboard/scoped_clipboard_writer.h"
|
| #include "ui/base/x/active_window_watcher_x.h"
|
| #include "ui/base/x/x11_util.h"
|
|
|