diff options
Diffstat (limited to 'chrome/renderer/plugins/chrome_plugin_placeholder.cc')
-rw-r--r-- | chrome/renderer/plugins/chrome_plugin_placeholder.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.cc b/chrome/renderer/plugins/chrome_plugin_placeholder.cc index d6631e6..ed1f632 100644 --- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc +++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc @@ -28,9 +28,7 @@ #include "ui/base/resource/resource_bundle.h" #include "ui/base/webui/jstemplate_builder.h" -using content::RenderThread; -using content::RenderView; -using content::UserMetricsAction; +using base::UserMetricsAction; using blink::WebDocument; using blink::WebElement; using blink::WebFrame; @@ -39,6 +37,8 @@ using blink::WebNode; using blink::WebPlugin; using blink::WebPluginContainer; using blink::WebPluginParams; +using content::RenderThread; +using content::RenderView; namespace { const plugins::PluginPlaceholder* g_last_active_menu = NULL; |