| Index: content/browser/plugin_process_host.cc
|
| diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
|
| index 3207d356abe344a1ea3f3fa7c90bd4a2dff35f69..475a4efce270262fc3c2009337c40c2faaba905d 100644
|
| --- a/content/browser/plugin_process_host.cc
|
| +++ b/content/browser/plugin_process_host.cc
|
| @@ -33,6 +33,8 @@
|
| #include "ui/gfx/gl/gl_switches.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| #if defined(USE_X11)
|
| #include "ui/gfx/gtk_native_view_id_manager.h"
|
| #endif
|
|
|