| Index: webkit/fileapi/syncable/local_file_change_tracker.h
|
| diff --git a/webkit/fileapi/syncable/local_file_change_tracker.h b/webkit/fileapi/syncable/local_file_change_tracker.h
|
| index 963602717d3bc1b165b1a0de242562c96c35f130..b92ddaa44eb64ef8c6f96aea5e4a74b7c8376c65 100644
|
| --- a/webkit/fileapi/syncable/local_file_change_tracker.h
|
| +++ b/webkit/fileapi/syncable/local_file_change_tracker.h
|
| @@ -39,7 +39,7 @@ class WEBKIT_STORAGE_EXPORT LocalFileChangeTracker
|
| // |file_task_runner| must be the one where the observee file operations run.
|
| // (So that we can make sure DB operations are done before actual update
|
| // happens)
|
| - LocalFileChangeTracker(const FilePath& base_path,
|
| + LocalFileChangeTracker(const base::FilePath& base_path,
|
| base::SequencedTaskRunner* file_task_runner);
|
| virtual ~LocalFileChangeTracker();
|
|
|
|
|