From d52a0b3f99d3a4b33901c02d51328e1879854926 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 7 Apr 2009 19:22:27 +0000 Subject: Remove unneeded includes of base/string_piece.h Review URL: http://codereview.chromium.org/62016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13265 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/jstemplate_builder.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'chrome/common/jstemplate_builder.h') diff --git a/chrome/common/jstemplate_builder.h b/chrome/common/jstemplate_builder.h index 4022daf..4bc619b 100644 --- a/chrome/common/jstemplate_builder.h +++ b/chrome/common/jstemplate_builder.h @@ -10,13 +10,14 @@ // - given a json data object, run the jstemplate javascript which fills in // template values -#ifndef CHROME_RENDERER_JSTEMPLATE_BUILDER_H__ -#define CHROME_RENDERER_JSTEMPLATE_BUILDER_H__ +#ifndef CHROME_COMMON_JSTEMPLATE_BUILDER_H_ +#define CHROME_COMMON_JSTEMPLATE_BUILDER_H_ #include <string> #include "base/values.h" -#include "base/string_piece.h" + +class StringPiece; namespace jstemplate_builder { // A helper function that generates a string of HTML to be loaded. The @@ -26,4 +27,4 @@ namespace jstemplate_builder { const DictionaryValue* json, const StringPiece& template_id); } // namespace jstemplate_builder -#endif // CHROME_RENDERER_JSTEMPLATE_BUILDER_H__ +#endif // CHROME_COMMON_JSTEMPLATE_BUILDER_H_ -- cgit v1.1