diff options
Diffstat (limited to 'chromeos/chromeos_test_utils.cc')
-rw-r--r-- | chromeos/chromeos_test_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/chromeos_test_utils.cc b/chromeos/chromeos_test_utils.cc index 90ee92a..eee9af6 100644 --- a/chromeos/chromeos_test_utils.cc +++ b/chromeos/chromeos_test_utils.cc @@ -4,8 +4,8 @@ #include "chromeos/chromeos_test_utils.h" -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/path_service.h" namespace chromeos { |