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

Unified Diff: Source/build/scripts/templates/MakeNames.h.tmpl

Issue 424983002: Stop using WebCore namespace in generated code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: Source/build/scripts/templates/MakeNames.h.tmpl
diff --git a/Source/build/scripts/templates/MakeNames.h.tmpl b/Source/build/scripts/templates/MakeNames.h.tmpl
index 4ea2051206da4626f97815efae33cad140fa4842..ce63250b61d2c83269f5c282e9b2e965f9924b1d 100644
--- a/Source/build/scripts/templates/MakeNames.h.tmpl
+++ b/Source/build/scripts/templates/MakeNames.h.tmpl
@@ -13,7 +13,7 @@
#include "wtf/text/AtomicString.h"
{% endif %}
-namespace WebCore {
+namespace blink {
namespace {{namespace}}Names {
{% for entry in entries|sort %}
@@ -29,6 +29,6 @@ extern const WTF::AtomicString& {{entry|symbol}};
{{export}} void init{{suffix}}();
} // {{namespace}}Names
-} // WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/build/scripts/templates/MakeNames.cpp.tmpl ('k') | Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698