| Index: webkit/tools/test_shell/test_webview_delegate_win.cc
|
| diff --git a/webkit/tools/test_shell/test_webview_delegate_win.cc b/webkit/tools/test_shell/test_webview_delegate_win.cc
|
| index f9ea1a72ad30a57b7ee2b04bd1c81cafe891fd18..c811f0ead99a094a718345a5c763e1c893687359 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate_win.cc
|
| +++ b/webkit/tools/test_shell/test_webview_delegate_win.cc
|
| @@ -133,7 +133,7 @@ void TestWebViewDelegate::runModal() {
|
| // WebPluginPageDelegate ------------------------------------------------------
|
|
|
| webkit::npapi::WebPluginDelegate* TestWebViewDelegate::CreatePluginDelegate(
|
| - const FilePath& path,
|
| + const base::FilePath& path,
|
| const std::string& mime_type) {
|
| HWND hwnd = shell_->webViewHost()->view_handle();
|
| if (!hwnd)
|
|
|