| Index: content/browser/renderer_host/render_widget_host_view_mac.mm
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_mac.mm b/content/browser/renderer_host/render_widget_host_view_mac.mm
|
| index 63e01552774764b562d42e3b0bc9862f92c2e52f..a7b03feb3334327b818380478047a208c4664822 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_mac.mm
|
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.mm
|
| @@ -49,8 +49,8 @@
|
| #include "content/public/browser/user_metrics.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 "third_party/WebKit/public/web/mac/WebInputEventFactory.h"
|
| #import "third_party/mozilla/ComplexTextInputPanel.h"
|
| #include "ui/base/cocoa/animation_utils.h"
|
|
|