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

Unified Diff: Source/build/scripts/templates/InternalSettingsGenerated.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/InternalSettingsGenerated.h.tmpl
diff --git a/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl b/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl
index e74ae927f6103a062022a3ce9ab57cb9349a7a94..38ff9b8351c5dd5738aebdbf07e9e77345cb3e0a 100644
--- a/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl
+++ b/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl
@@ -11,7 +11,7 @@
#include "wtf/RefCounted.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class Page;
@@ -34,6 +34,6 @@ private:
{% endfor %}
};
-} // namespace WebCore
+} // namespace blink
#endif // InternalSettingsGenerated_h
« no previous file with comments | « Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl ('k') | Source/build/scripts/templates/MakeNames.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698