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

Unified Diff: ui/webui/jstemplate_builder.h

Issue 12045022: Move code in ui\webui\jstemplate_builder.* to webui namespace for consistency. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/renderer/plugins/plugin_placeholder.cc ('k') | ui/webui/jstemplate_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/jstemplate_builder.h
===================================================================
--- ui/webui/jstemplate_builder.h (revision 177955)
+++ ui/webui/jstemplate_builder.h (working copy)
@@ -22,7 +22,7 @@
class DictionaryValue;
}
-namespace jstemplate_builder {
+namespace webui {
// While an object of this class is in scope, the template builder will output
// version 2 html. Version 2 uses load_time_data.js and i18n_template2.js, and
@@ -86,5 +86,6 @@
// this.
UI_EXPORT void AppendI18nTemplateProcessHtml(std::string* output);
-} // namespace jstemplate_builder
+} // namespace webui
+
#endif // UI_WEBUI_JSTEMPLATE_BUILDER_H_
« no previous file with comments | « chrome/renderer/plugins/plugin_placeholder.cc ('k') | ui/webui/jstemplate_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698