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

Unified Diff: net/socket/ssl_socket.h

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/quic/test_tools/crypto_test_utils.cc ('k') | net/spdy/spdy_credential_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_socket.h
diff --git a/net/socket/ssl_socket.h b/net/socket/ssl_socket.h
index 86c03db0f595e19f58fcff524dc766681f48dfcf..68d1e4a2bfe5d690850ea44dc08632d68ba8adf5 100644
--- a/net/socket/ssl_socket.h
+++ b/net/socket/ssl_socket.h
@@ -6,7 +6,7 @@
#define NET_SOCKET_SSL_SOCKET_H_
#include "base/basictypes.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "net/socket/stream_socket.h"
namespace net {
« no previous file with comments | « net/quic/test_tools/crypto_test_utils.cc ('k') | net/spdy/spdy_credential_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698