Chromium Code Reviews| Index: tools/gn/input_file.cc |
| diff --git a/tools/gn/input_file.cc b/tools/gn/input_file.cc |
| index 8e297984a07e2e24ca3e40a6f3b79cc21af4f12e..74e419d46567f0082a47fdd0d4f5858241210ac1 100644 |
| --- a/tools/gn/input_file.cc |
| +++ b/tools/gn/input_file.cc |
| @@ -4,7 +4,7 @@ |
| #include "tools/gn/input_file.h" |
| -#include "base/file_util.h" |
| +#include "base/files/file_util.h" |
| InputFile::InputFile(const SourceFile& name) |
| : name_(name), |