| 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 56f0c8822e8d2e2b3fd217dd5676d26e310b03ba..ed0ebacc72f6e3c421fa3801ded542124a406cec 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_mac.mm
|
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.mm
|
| @@ -11,14 +11,13 @@
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #import "base/mac/scoped_nsautorelease_pool.h"
|
| -#include "base/metrics/histogram.h"
|
| #import "base/memory/scoped_nsobject.h"
|
| +#include "base/metrics/histogram.h"
|
| #include "base/string_util.h"
|
| #include "base/sys_info.h"
|
| #include "base/sys_string_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| #import "content/browser/accessibility/browser_accessibility_cocoa.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/gpu/gpu_process_host.h"
|
| #include "content/browser/gpu/gpu_process_host_ui_shim.h"
|
| #include "content/browser/mac/closure_blocks_leopard_compat.h"
|
| @@ -34,14 +33,15 @@
|
| #include "content/common/gpu/gpu_messages.h"
|
| #include "content/common/plugin_messages.h"
|
| #include "content/common/view_messages.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/native_web_keyboard_event.h"
|
| #include "skia/ext/platform_canvas.h"
|
| -#import "third_party/mozilla/ComplexTextInputPanel.h"
|
| -#include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/mac/WebInputEventFactory.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/mac/WebScreenInfoFactory.h"
|
| +#import "third_party/mozilla/ComplexTextInputPanel.h"
|
| +#include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/gfx/point.h"
|
| #include "ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h"
|
| #include "ui/gfx/surface/io_surface_support_mac.h"
|
|
|