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

Unified Diff: Source/build/scripts/templates/MakeNames.cpp.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.cpp.tmpl
diff --git a/Source/build/scripts/templates/MakeNames.cpp.tmpl b/Source/build/scripts/templates/MakeNames.cpp.tmpl
index bdea40e903ee4161439ef518671e0b31de27692c..27bad7d23aeb5cf5dbd3a557f3bb638c568248d9 100644
--- a/Source/build/scripts/templates/MakeNames.cpp.tmpl
+++ b/Source/build/scripts/templates/MakeNames.cpp.tmpl
@@ -7,7 +7,7 @@
#include "wtf/StaticConstructors.h"
-namespace WebCore {
+namespace blink {
namespace {{namespace}}Names {
using namespace WTF;
@@ -34,4 +34,4 @@ void init{{suffix}}()
}
} // {{namespace}}Names
-} // WebCore
+} // namespace blink
« no previous file with comments | « Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl ('k') | Source/build/scripts/templates/MakeNames.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698