| Index: webkit/tools/test_shell/test_webview_delegate.h
|
| diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h
|
| index be1464ddff0fb2bdee717f80aa8aadbaace274f1..e882017db8b41599c30eed57a3509b98e4fdce57 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.h
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.h
|
| @@ -236,10 +236,10 @@ class TestWebViewDelegate : public WebKit::WebViewClient,
|
|
|
| // webkit::npapi::WebPluginPageDelegate
|
| virtual webkit::npapi::WebPluginDelegate* CreatePluginDelegate(
|
| - const FilePath& url,
|
| + const base::FilePath& url,
|
| 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(
|
|
|