summaryrefslogtreecommitdiffstats
path: root/chrome/common/jstemplate_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/jstemplate_builder.h')
-rw-r--r--chrome/common/jstemplate_builder.h9
1 files changed, 5 insertions, 4 deletions
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_