| Index: chrome/browser/sync_file_system/mock_remote_change_processor.h
|
| diff --git a/chrome/browser/sync_file_system/mock_remote_change_processor.h b/chrome/browser/sync_file_system/mock_remote_change_processor.h
|
| index ebf196909032e58d3d99c6db8b8b91ea0a8d1a05..a48cd36c7cc037a63eedcd449f99bde0e47a9406 100644
|
| --- a/chrome/browser/sync_file_system/mock_remote_change_processor.h
|
| +++ b/chrome/browser/sync_file_system/mock_remote_change_processor.h
|
| @@ -11,7 +11,9 @@
|
| #include "webkit/fileapi/syncable/file_change.h"
|
| #include "webkit/fileapi/syncable/sync_callbacks.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace fileapi {
|
| class FileSystemURL;
|
| @@ -31,7 +33,7 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor {
|
| const PrepareChangeCallback& callback));
|
| MOCK_METHOD4(ApplyRemoteChange,
|
| void(const fileapi::FileChange& change,
|
| - const FilePath& local_path,
|
| + const base::FilePath& local_path,
|
| const fileapi::FileSystemURL& url,
|
| const fileapi::SyncStatusCallback& callback));
|
| MOCK_METHOD2(ClearLocalChanges,
|
|
|