| Index: rlz/lib/rlz_value_store.h
|
| diff --git a/rlz/lib/rlz_value_store.h b/rlz/lib/rlz_value_store.h
|
| index 46e87df3331e75323d827a694cb3a7a176ada9b1..4bd1f093b83af5110556f65d0cb379a0c127d913 100644
|
| --- a/rlz/lib/rlz_value_store.h
|
| +++ b/rlz/lib/rlz_value_store.h
|
| @@ -21,7 +21,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace rlz_lib {
|
|
|
| @@ -106,7 +108,7 @@ class ScopedRlzValueStoreLock {
|
| #if defined(OS_POSIX)
|
| namespace testing {
|
| // Prefix |directory| to the path where the RLZ data file lives, for tests.
|
| -void SetRlzStoreDirectory(const FilePath& directory);
|
| +void SetRlzStoreDirectory(const base::FilePath& directory);
|
|
|
| // Returns the path of the file used as data store.
|
| std::string RlzStoreFilenameStr();
|
|
|