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

Unified Diff: net/base/url_util.cc

Issue 14223008: net: Update the include paths of base/string_piece.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « net/base/net_util_win.cc ('k') | net/cert/asn1_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/url_util.cc
diff --git a/net/base/url_util.cc b/net/base/url_util.cc
index 99dbbbec67f3909c359bf25c7932414d8c18323d..39d6ec4a61bc09c4b732f31315b8096f9f2ed931 100644
--- a/net/base/url_util.cc
+++ b/net/base/url_util.cc
@@ -4,7 +4,7 @@
#include "net/base/url_util.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "googleurl/src/gurl.h"
#include "net/base/escape.h"
« no previous file with comments | « net/base/net_util_win.cc ('k') | net/cert/asn1_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698