summaryrefslogtreecommitdiffstats
path: root/tools/gn/input_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn/input_file.cc')
-rw-r--r--tools/gn/input_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gn/input_file.cc b/tools/gn/input_file.cc
index 8e29798..74e419d 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),