summaryrefslogtreecommitdiffstats
path: root/chromeos/system/name_value_pairs_parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/system/name_value_pairs_parser.cc')
-rw-r--r--chromeos/system/name_value_pairs_parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/system/name_value_pairs_parser.cc b/chromeos/system/name_value_pairs_parser.cc
index df65d50..e537c0d 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 {