diff options
Diffstat (limited to 'webkit/glue/webplugin_delegate.h')
-rw-r--r-- | webkit/glue/webplugin_delegate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webplugin_delegate.h b/webkit/glue/webplugin_delegate.h index df5716a..bfa462a 100644 --- a/webkit/glue/webplugin_delegate.h +++ b/webkit/glue/webplugin_delegate.h @@ -9,6 +9,7 @@ #include <vector> #include "base/basictypes.h" +#include "base/file_path.h" #include "base/gfx/native_widget_types.h" #include "base/gfx/rect.h" #include "third_party/npapi/bindings/npapi.h" @@ -104,7 +105,7 @@ class WebPluginDelegate { virtual void DidManualLoadFail() = 0; // Only Available after Initialize is called. - virtual std::wstring GetPluginPath() = 0; + virtual FilePath GetPluginPath() = 0; // Only Supported when the plugin is the default plugin. virtual void InstallMissingPlugin() = 0; |