summaryrefslogtreecommitdiffstats
path: root/components/plugins/renderer/plugin_placeholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/renderer/plugin_placeholder.h')
-rw-r--r--components/plugins/renderer/plugin_placeholder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h
index 19d8c14..f317537 100644
--- a/components/plugins/renderer/plugin_placeholder.h
+++ b/components/plugins/renderer/plugin_placeholder.h
@@ -49,7 +49,7 @@ class PluginPlaceholder : public content::RenderViewObserver,
void OnLoadBlockedPlugins(const std::string& identifier);
void OnSetIsPrerendering(bool is_prerendering);
- void SetMessage(const string16& message);
+ void SetMessage(const base::string16& message);
void SetPluginInfo(const content::WebPluginInfo& plugin_info);
const content::WebPluginInfo& GetPluginInfo() const;
void SetIdentifier(const std::string& identifier);
@@ -100,7 +100,7 @@ class PluginPlaceholder : public content::RenderViewObserver,
content::WebPluginInfo plugin_info_;
- string16 message_;
+ base::string16 message_;
// True iff the plugin was blocked because the page was being prerendered.
// Plugin will automatically be loaded when the page is displayed.