Index: chrome/tools/profile_reset/BUILD.gn |
diff --git a/chrome/tools/profile_reset/BUILD.gn b/chrome/tools/profile_reset/BUILD.gn |
index d58b38dd87153c23718c89fbb1405540b563709d..b1c488f130f334f98f1f6b7432aa1306db906ee2 100644 |
--- a/chrome/tools/profile_reset/BUILD.gn |
+++ b/chrome/tools/profile_reset/BUILD.gn |
@@ -19,10 +19,10 @@ source_set("jtl_compiler_lib") { |
sources = [ |
"//chrome/browser/profile_resetter/jtl_foundation.h", |
"//chrome/browser/profile_resetter/jtl_instructions.h", |
- "jtl_compiler.h", |
"jtl_compiler.cc", |
- "jtl_parser.h", |
+ "jtl_compiler.h", |
"jtl_parser.cc", |
+ "jtl_parser.h", |
] |
deps = [ |
"//base", |