Index: content/browser/plugin_service_impl.h |
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h |
index 11fb257e99b4a5c50a8db84d95c0bc9675426961..c7d95af0340d61d85f695bb4061aaad9ef7977be 100644 |
--- a/content/browser/plugin_service_impl.h |
+++ b/content/browser/plugin_service_impl.h |
@@ -91,7 +91,7 @@ class CONTENT_EXPORT PluginServiceImpl |
std::string* actual_mime_type) OVERRIDE; |
virtual bool GetPluginInfoByPath(const base::FilePath& plugin_path, |
WebPluginInfo* info) OVERRIDE; |
- virtual string16 GetPluginDisplayNameByPath( |
+ virtual base::string16 GetPluginDisplayNameByPath( |
const base::FilePath& path) OVERRIDE; |
virtual void GetPlugins(const GetPluginsCallback& callback) OVERRIDE; |
virtual PepperPluginInfo* GetRegisteredPpapiPluginInfo( |