| Index: sky/engine/bindings/templates/dictionary_impl.h
|
| diff --git a/sky/engine/bindings/templates/dictionary_impl.h b/sky/engine/bindings/templates/dictionary_impl.h
|
| index 3127bb116544201ea22d1c8d7a4aa85914d8acfe..b160a4292a2f8f43c6da27c114eb516a292c8d53 100644
|
| --- a/sky/engine/bindings/templates/dictionary_impl.h
|
| +++ b/sky/engine/bindings/templates/dictionary_impl.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // This file has been auto-generated by {{code_generator}}. DO NOT MODIFY!
|
|
|
| -#ifndef {{cpp_class}}_h
|
| -#define {{cpp_class}}_h
|
| +#ifndef SKY_ENGINE_BINDINGS_TEMPLATES_DICTIONARY_IMPL_H_
|
| +#define SKY_ENGINE_BINDINGS_TEMPLATES_DICTIONARY_IMPL_H_
|
|
|
| {% for filename in header_includes %}
|
| #include "{{filename}}"
|
| @@ -38,4 +38,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // {{cpp_class}}_h
|
| +#endif // SKY_ENGINE_BINDINGS_TEMPLATES_DICTIONARY_IMPL_H_
|
|
|