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

Unified Diff: chrome/renderer/static_v8_external_string_resource.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/net/net_resource_provider.h ('k') | chrome/test/base/v8_unit_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/static_v8_external_string_resource.h
diff --git a/chrome/renderer/static_v8_external_string_resource.h b/chrome/renderer/static_v8_external_string_resource.h
index 7a72b792b4b2ab6f5d7de27f2486eb5973bc85d6..27a8cd2d2e2dca1658a211235585cf2c7c98537a 100644
--- a/chrome/renderer/static_v8_external_string_resource.h
+++ b/chrome/renderer/static_v8_external_string_resource.h
@@ -10,10 +10,6 @@
#include "base/string_piece.h"
#include "v8/include/v8.h"
-namespace base {
-class StringPiece;
-}
-
// A very simple implementation of v8::ExternalAsciiStringResource that just
// wraps a buffer. The buffer must outlive the v8 runtime instance this resource
// is used in.
« no previous file with comments | « chrome/common/net/net_resource_provider.h ('k') | chrome/test/base/v8_unit_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698