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

Unified Diff: Source/build/scripts/templates/StylePropertyShorthand.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
« no previous file with comments | « Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
diff --git a/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl b/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
index 5f058e2d6f195559c8267a1d44881a92c410ae5c..8760c4373f7635aa3f63e7c3f51e8695111586f4 100644
--- a/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
+++ b/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
@@ -25,7 +25,7 @@
#include "CSSPropertyNames.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
class StylePropertyShorthand {
WTF_MAKE_FAST_ALLOCATED;
@@ -87,6 +87,6 @@ bool isExpandedShorthand(CSSPropertyID);
bool isExpandedShorthandForAll(CSSPropertyID);
-} // namespace WebCore
+} // namespace blink
#endif // StylePropertyShorthand_h
« no previous file with comments | « Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698