Index: chromeos/system/name_value_pairs_parser.cc |
diff --git a/chromeos/system/name_value_pairs_parser.cc b/chromeos/system/name_value_pairs_parser.cc |
index df65d5013f093f776e8726f2eb66efa9fa94a42b..e537c0de3ed4c5b1934b0ae22695067d1a212d57 100644 |
--- a/chromeos/system/name_value_pairs_parser.cc |
+++ b/chromeos/system/name_value_pairs_parser.cc |
@@ -10,8 +10,8 @@ |
#include "base/logging.h" |
#include "base/process_util.h" |
#include "base/stl_util.h" |
-#include "base/string_util.h" |
#include "base/strings/string_tokenizer.h" |
+#include "base/strings/string_util.h" |
namespace chromeos { // NOLINT |
namespace system { |