| Index: sync/internal_api/public/internal_components_factory_impl.h
|
| diff --git a/sync/internal_api/public/internal_components_factory_impl.h b/sync/internal_api/public/internal_components_factory_impl.h
|
| index 66b8baa142afe8d9276a080903ce70ba0efc901c..e69fa3d1e4920b842e125816b663968124aeb6c2 100644
|
| --- a/sync/internal_api/public/internal_components_factory_impl.h
|
| +++ b/sync/internal_api/public/internal_components_factory_impl.h
|
| @@ -36,7 +36,7 @@ class SYNC_EXPORT InternalComponentsFactoryImpl
|
| virtual scoped_ptr<syncable::DirectoryBackingStore>
|
| BuildDirectoryBackingStore(
|
| const std::string& dir_name,
|
| - const FilePath& backing_filepath) OVERRIDE;
|
| + const base::FilePath& backing_filepath) OVERRIDE;
|
|
|
| virtual Switches GetSwitches() const OVERRIDE;
|
|
|
|
|