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

Unified Diff: chrome/common/jstemplate_builder.h

Issue 62016: Remove unneeded includes of base/string_piece.h (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months 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/test/v8_unit_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/jstemplate_builder.h
===================================================================
--- chrome/common/jstemplate_builder.h (revision 13095)
+++ chrome/common/jstemplate_builder.h (working copy)
@@ -10,14 +10,15 @@
// - 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
// string includes the HTML and the javascript code necessary to generate the
@@ -26,4 +27,4 @@
const DictionaryValue* json,
const StringPiece& template_id);
} // namespace jstemplate_builder
-#endif // CHROME_RENDERER_JSTEMPLATE_BUILDER_H__
+#endif // CHROME_COMMON_JSTEMPLATE_BUILDER_H_
« no previous file with comments | « chrome/browser/extensions/user_script_master.h ('k') | chrome/test/v8_unit_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698