summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/webplugin_delegate_proxy.h')
-rw-r--r--chrome/renderer/webplugin_delegate_proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h
index 38e65e6..4f8b757 100644
--- a/chrome/renderer/webplugin_delegate_proxy.h
+++ b/chrome/renderer/webplugin_delegate_proxy.h
@@ -83,7 +83,7 @@ class WebPluginDelegateProxy : public WebPluginDelegate,
virtual void DidReceiveManualData(const char* buffer, int length);
virtual void DidFinishManualLoading();
virtual void DidManualLoadFail();
- virtual std::wstring GetPluginPath();
+ virtual FilePath GetPluginPath();
virtual void InstallMissingPlugin();
virtual WebPluginResourceClient* CreateResourceClient(int resource_id,
const std::string &url,
@@ -154,7 +154,7 @@ class WebPluginDelegateProxy : public WebPluginDelegate,
std::string mime_type_;
std::string clsid_;
int instance_id_;
- std::wstring plugin_path_;
+ FilePath plugin_path_;
gfx::Rect plugin_rect_;
gfx::Rect deferred_clip_rect_;