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

Unified Diff: chrome/common/jstemplate_builder.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/browser/extensions/user_script_master.h ('k') | chrome/common/net/net_resource_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/jstemplate_builder.h
diff --git a/chrome/common/jstemplate_builder.h b/chrome/common/jstemplate_builder.h
index ae4563bfcb725ce4a78ebdd072b3056942b4d7b9..1d7c59755fcaf1d1f22d7f6306c0ecede2b6658d 100644
--- a/chrome/common/jstemplate_builder.h
+++ b/chrome/common/jstemplate_builder.h
@@ -16,9 +16,10 @@
#include <string>
+#include "base/string_piece.h"
+
namespace base {
class DictionaryValue;
-class StringPiece;
}
namespace jstemplate_builder {
« no previous file with comments | « chrome/browser/extensions/user_script_master.h ('k') | chrome/common/net/net_resource_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698