Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: components/auto_login_parser/auto_login_parser.cc

Issue 12473004: src/: Update the remaining include paths of string_split.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/auto_login_parser/auto_login_parser.cc
diff --git a/components/auto_login_parser/auto_login_parser.cc b/components/auto_login_parser/auto_login_parser.cc
index 689cb0df6d55bbebf18421f1df5b0009a2220635..7ecbfeb045726fb24d40fb13da0b705a9021e5f8 100644
--- a/components/auto_login_parser/auto_login_parser.cc
+++ b/components/auto_login_parser/auto_login_parser.cc
@@ -8,7 +8,7 @@
#include <vector>
#include "base/logging.h"
-#include "base/string_split.h"
+#include "base/strings/string_split.h"
#include "net/base/escape.h"
#include "net/url_request/url_request.h"
« no previous file with comments | « chromeos/network/network_event_log_unittest.cc ('k') | content/browser/devtools/devtools_tracing_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698