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

Unified Diff: chrome/common/net/net_resource_provider.h

Issue 8820016: Don't attempt to forward declare StringPiece. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix include order. 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 | « chrome/common/jstemplate_builder.h ('k') | chrome/renderer/static_v8_external_string_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/net_resource_provider.h
diff --git a/chrome/common/net/net_resource_provider.h b/chrome/common/net/net_resource_provider.h
index c57707537cdce987a13a3646474fb77fffa53560..86dcdf40ffbf84007e8b9ce6ffe101c7f6b297ee 100644
--- a/chrome/common/net/net_resource_provider.h
+++ b/chrome/common/net/net_resource_provider.h
@@ -6,9 +6,7 @@
#define CHROME_COMMON_NET_NET_RESOURCE_PROVIDER_H_
#pragma once
-namespace base {
-class StringPiece;
-}
+#include "base/string_piece.h"
namespace chrome_common_net {
« no previous file with comments | « chrome/common/jstemplate_builder.h ('k') | chrome/renderer/static_v8_external_string_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698