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

Side by Side Diff: Source/build/scripts/templates/ElementLookupTrie.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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {% from "macros.tmpl" import license %} 1 {% from "macros.tmpl" import license %}
2 {{ license() }} 2 {{ license() }}
3 3
4 #ifndef {{namespace}}ElementLookupTrie_h 4 #ifndef {{namespace}}ElementLookupTrie_h
5 #define {{namespace}}ElementLookupTrie_h 5 #define {{namespace}}ElementLookupTrie_h
6 6
7 #include "wtf/text/StringImpl.h" 7 #include "wtf/text/StringImpl.h"
8 8
9 namespace WebCore { 9 namespace blink {
10 10
11 StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length); 11 StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length);
12 12
13 } // WebCore 13 } // namespace blink
14 14
15 #endif 15 #endif
OLDNEW
« no previous file with comments | « Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl ('k') | Source/build/scripts/templates/ElementTypeHelpers.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698