Index: net/quic/platform/impl/quic_hostname_utils_impl.cc |
diff --git a/net/quic/platform/impl/quic_hostname_utils_impl.cc b/net/quic/platform/impl/quic_hostname_utils_impl.cc |
index 0dc8139034817271b1965574c0320a783ec37e43..040a724ce4f81980076ac50b4534771ad2402341 100644 |
--- a/net/quic/platform/impl/quic_hostname_utils_impl.cc |
+++ b/net/quic/platform/impl/quic_hostname_utils_impl.cc |
@@ -8,13 +8,12 @@ |
#include "url/gurl.h" |
#include "url/url_canon.h" |
-using base::StringPiece; |
using std::string; |
namespace net { |
// static |
-bool QuicHostnameUtilsImpl::IsValidSNI(StringPiece sni) { |
+bool QuicHostnameUtilsImpl::IsValidSNI(QuicStringPiece sni) { |
// TODO(rtenneti): Support RFC2396 hostname. |
// NOTE: Microsoft does NOT enforce this spec, so if we throw away hostnames |
// based on the above spec, we may be losing some hostnames that windows |