summaryrefslogtreecommitdiffstats
path: root/components/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins')
-rw-r--r--components/plugins/renderer/plugin_placeholder.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/plugins/renderer/plugin_placeholder.cc b/components/plugins/renderer/plugin_placeholder.cc
index 14aff70..deb64d7 100644
--- a/components/plugins/renderer/plugin_placeholder.cc
+++ b/components/plugins/renderer/plugin_placeholder.cc
@@ -25,8 +25,7 @@
#include "third_party/WebKit/public/web/WebView.h"
#include "third_party/re2/re2/re2.h"
-using content::RenderThread;
-using content::UserMetricsAction;
+using base::UserMetricsAction;
using blink::WebElement;
using blink::WebFrame;
using blink::WebMouseEvent;
@@ -36,6 +35,7 @@ using blink::WebPluginContainer;
using blink::WebPluginParams;
using blink::WebScriptSource;
using blink::WebURLRequest;
+using content::RenderThread;
namespace plugins {