| Index: content/browser/plugin_process_host_mac.cc
|
| diff --git a/content/browser/plugin_process_host_mac.cc b/content/browser/plugin_process_host_mac.cc
|
| index 6d7bfb5f27e8ca4b6707f53cf2af04bc188c86e9..72fddb11a6242aff8fe58fd2d2c0aec3f25cf497 100644
|
| --- a/content/browser/plugin_process_host_mac.cc
|
| +++ b/content/browser/plugin_process_host_mac.cc
|
| @@ -10,9 +10,9 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/mac/mac_util.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/plugin_process_host.h"
|
| #include "content/common/plugin_messages.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| void PluginProcessHost::OnPluginSelectWindow(uint32 window_id,
|
|
|