| Index: sync/internal_api/public/internal_components_factory.h
|
| diff --git a/sync/internal_api/public/internal_components_factory.h b/sync/internal_api/public/internal_components_factory.h
|
| index 4b31781c1e069bb2e936d07440f3a028c76698e6..520e779d457652a279ecbc387728cd2a3c366e79 100644
|
| --- a/sync/internal_api/public/internal_components_factory.h
|
| +++ b/sync/internal_api/public/internal_components_factory.h
|
| @@ -81,7 +81,7 @@ class SYNC_EXPORT InternalComponentsFactory {
|
| virtual scoped_ptr<syncable::DirectoryBackingStore>
|
| BuildDirectoryBackingStore(
|
| const std::string& dir_name,
|
| - const FilePath& backing_filepath) = 0;
|
| + const base::FilePath& backing_filepath) = 0;
|
|
|
| // Returns the Switches struct that this object is using as configuration, if
|
| // the implementation is making use of one.
|
|
|