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

Unified Diff: net/socket/ssl_socket.h

Issue 8817019: Don't attempt to forward declare StringPiece. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/x509_certificate.h ('k') | no next file » | 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 8445d7d6739f5f3f0d42e537a36c16ba8b24985d..1291b460314c27eed2fbe5181fb7727775617494 100644
--- a/net/socket/ssl_socket.h
+++ b/net/socket/ssl_socket.h
@@ -6,12 +6,9 @@
#define NET_SOCKET_SSL_SOCKET_H_
#include "base/basictypes.h"
+#include "base/string_piece.h"
#include "net/socket/stream_socket.h"
-namespace base {
-class StringPiece;
-} // namespace base
-
namespace net {
// SSLSocket interface defines method that are common between client
« no previous file with comments | « net/base/x509_certificate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698