| Index: webkit/tools/test_shell/simple_file_system.h
|
| diff --git a/webkit/tools/test_shell/simple_file_system.h b/webkit/tools/test_shell/simple_file_system.h
|
| index 7d55a9f7dbf52e6c442cb313de5b9f5942f517c8..099aebaaff422169fa9499c6db47bdea91dd9e8d 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.h
|
| +++ b/webkit/tools/test_shell/simple_file_system.h
|
| @@ -128,7 +128,7 @@ class SimpleFileSystem
|
| void DidGetMetadata(WebKit::WebFileSystemCallbacks* callbacks,
|
| base::PlatformFileError result,
|
| const base::PlatformFileInfo& info,
|
| - const FilePath& platform_path);
|
| + const base::FilePath& platform_path);
|
| void DidReadDirectory(
|
| WebKit::WebFileSystemCallbacks* callbacks,
|
| base::PlatformFileError result,
|
| @@ -144,7 +144,7 @@ class SimpleFileSystem
|
| WebKit::WebFileSystemCallbacks* callbacks,
|
| base::PlatformFileError result,
|
| const base::PlatformFileInfo& info,
|
| - const FilePath& platform_path,
|
| + const base::FilePath& platform_path,
|
| const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref);
|
|
|
| // A temporary directory for FileSystem API.
|
|
|