| Index: components/nacl/browser/test_nacl_browser_delegate.cc
|
| diff --git a/components/nacl/browser/test_nacl_browser_delegate.cc b/components/nacl/browser/test_nacl_browser_delegate.cc
|
| index e89548f585d9eeddb52425008686f5f9e4749a31..bff9b8f5d522a553a7169d3184c74b23ecf80048 100644
|
| --- a/components/nacl/browser/test_nacl_browser_delegate.cc
|
| +++ b/components/nacl/browser/test_nacl_browser_delegate.cc
|
| @@ -40,9 +40,9 @@ ppapi::host::HostFactory* TestNaClBrowserDelegate::CreatePpapiHostFactory(
|
| return NULL;
|
| }
|
|
|
| -bool TestNaClBrowserDelegate::MapUrlToLocalFilePath(const GURL& url,
|
| - bool use_blocking_api,
|
| - base::FilePath* file_path) {
|
| +bool TestNaClBrowserDelegate::MapUrlToLocalFilePath(
|
| + const GURL& url, bool use_blocking_api,
|
| + const base::FilePath& profile_directory, base::FilePath* file_path) {
|
| return false;
|
| }
|
|
|
|
|