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

Side by Side Diff: third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.h.tmpl

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. Created 3 years, 8 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
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 "core/CoreExport.h" 7 #include "core/CoreExport.h"
8 #include "wtf/text/StringImpl.h" 8 #include "platform/wtf/text/StringImpl.h"
9 9
10 namespace blink { 10 namespace blink {
11 11
12 CORE_EXPORT StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned lengt h); 12 CORE_EXPORT StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned lengt h);
13 13
14 } // namespace blink 14 } // namespace blink
15 15
16 #endif 16 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698