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

Unified Diff: net/base/big_endian.h

Issue 8929002: 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 | « no previous file | net/dns/dns_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/big_endian.h
diff --git a/net/base/big_endian.h b/net/base/big_endian.h
index 0786f62f14579c00d37d2b2e7f60bbff197bbf2f..58e95214cab6056578e7bd3f9dc9d0fab64a4f10 100644
--- a/net/base/big_endian.h
+++ b/net/base/big_endian.h
@@ -7,12 +7,9 @@
#pragma once
#include "base/basictypes.h"
+#include "base/string_piece.h"
#include "net/base/net_export.h"
-namespace base {
-class StringPiece;
-}
-
namespace net {
// Read an integer (signed or unsigned) from |buf| in Big Endian order.
« no previous file with comments | « no previous file | net/dns/dns_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698