Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / gn / standard_out.cc
index ba9a23a..98e0680 100644 (file)
@@ -167,9 +167,7 @@ void PrintLongHelp(const std::string& text) {
   std::vector<std::string> lines;
   base::SplitStringDontTrim(text, '\n', &lines);
 
-  for (size_t i = 0; i < lines.size(); i++) {
-    const std::string& line = lines[i];
-
+  for (const auto& line : lines) {
     // Check for a heading line.
     if (!line.empty() && line[0] != ' ') {
       // Highlight up to the colon (if any).