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

Unified Diff: net/dns/dns_client.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 | « net/base/big_endian.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/dns_client.h
diff --git a/net/dns/dns_client.h b/net/dns/dns_client.h
index af75cf6ef57eff37f7ad1e76eb2153cf8fba5dc7..b2e3c0ac74be0068bb3f8d4758f7473d2d6cdd0e 100644
--- a/net/dns/dns_client.h
+++ b/net/dns/dns_client.h
@@ -11,12 +11,9 @@
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/memory/weak_ptr.h"
+#include "base/string_piece.h"
#include "net/base/net_export.h"
-namespace base {
-class StringPiece;
-}
-
namespace net {
class BoundNetLog;
« no previous file with comments | « net/base/big_endian.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698