summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/chromeos_test_utils.h')
-rw-r--r--chromeos/chromeos_test_utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromeos/chromeos_test_utils.h b/chromeos/chromeos_test_utils.h
index b424580..db0bc66 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