Chromium Code Reviews| 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 333cf05b337ba10fbec2e05b70f924b157824a85..95b9a848983ca4cb478559cd3f169a6fe86e20c9 100644 |
| --- a/content/browser/plugin_process_host_mac.cc |
| +++ b/content/browser/plugin_process_host_mac.cc |
| @@ -15,6 +15,8 @@ |
| #include "content/public/browser/browser_thread.h" |
| #include "ui/gfx/rect.h" |
| +using content::BrowserThread; |
| + |
| void PluginProcessHost::OnPluginSelectWindow(uint32 window_id, |
| gfx::Rect window_rect, |
| bool modal) { |