| Index: content/browser/plugin_process_host.cc
|
| diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
|
| index 88b42adc82d0e9e410e96d7999015580c3bcb30b..3257ac315cef321fa13ae71f5a727e13e49c7af8 100644
|
| --- a/content/browser/plugin_process_host.cc
|
| +++ b/content/browser/plugin_process_host.cc
|
| @@ -24,8 +24,8 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/synchronization/lock.h"
|
| #include "content/browser/browser_child_process_host_impl.h"
|
| -#include "content/browser/loader/resource_message_filter.h"
|
| #include "content/browser/gpu/gpu_data_manager_impl.h"
|
| +#include "content/browser/loader/resource_message_filter.h"
|
| #include "content/browser/plugin_service_impl.h"
|
| #include "content/common/child_process_host_impl.h"
|
| #include "content/common/plugin_process_messages.h"
|
| @@ -47,7 +47,7 @@
|
|
|
| #if defined(OS_MACOSX)
|
| #include "base/mac/mac_util.h"
|
| -#include "ui/gfx/rect.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
|
|