| Index: webkit/support/test_webplugin_page_delegate.h
|
| diff --git a/webkit/support/test_webplugin_page_delegate.h b/webkit/support/test_webplugin_page_delegate.h
|
| index 3949af7b4af4650c25b11cf6646c4eb5cad80d2f..b861a050373cace6261fab2131d1fb606c36ace7 100644
|
| --- a/webkit/support/test_webplugin_page_delegate.h
|
| +++ b/webkit/support/test_webplugin_page_delegate.h
|
| @@ -18,10 +18,10 @@ class TestWebPluginPageDelegate : public webkit::npapi::WebPluginPageDelegate {
|
| virtual ~TestWebPluginPageDelegate() {}
|
|
|
| virtual webkit::npapi::WebPluginDelegate* CreatePluginDelegate(
|
| - const FilePath& file_path,
|
| + const base::FilePath& file_path,
|
| const std::string& mime_type) OVERRIDE;
|
| virtual WebKit::WebPlugin* CreatePluginReplacement(
|
| - const FilePath& file_path) OVERRIDE;
|
| + const base::FilePath& file_path) OVERRIDE;
|
| virtual void CreatedPluginWindow(gfx::PluginWindowHandle handle) OVERRIDE {}
|
| virtual void WillDestroyPluginWindow(
|
| gfx::PluginWindowHandle handle) OVERRIDE {}
|
|
|