| Index: chromeos/chromeos_test_utils.h
|
| diff --git a/chromeos/chromeos_test_utils.h b/chromeos/chromeos_test_utils.h
|
| index b424580bdbaaa35ee90c4bec74542635147e55e4..db0bc661c12b179b67f2db2b9c1afd4b08195eab 100644
|
| --- a/chromeos/chromeos_test_utils.h
|
| +++ b/chromeos/chromeos_test_utils.h
|
| @@ -7,7 +7,9 @@
|
|
|
| #include <string>
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace chromeos {
|
| namespace test_utils {
|
| @@ -15,7 +17,7 @@ namespace test_utils {
|
| // Returns the path to the given test data file for this library.
|
| bool GetTestDataPath(const std::string& component,
|
| const std::string& filename,
|
| - FilePath* data_dir);
|
| + base::FilePath* data_dir);
|
|
|
| } // namespace test_utils
|
| } // namespace chromeos
|
|
|