| Index: sky/engine/core/css/BinaryDataFontFaceSource.h
|
| diff --git a/sky/engine/core/css/BinaryDataFontFaceSource.h b/sky/engine/core/css/BinaryDataFontFaceSource.h
|
| index faaedb55dd23798c185aa9dbc7097725194bd768..677b3fc478aaf404deb01fa1e76dc32119059a70 100644
|
| --- a/sky/engine/core/css/BinaryDataFontFaceSource.h
|
| +++ b/sky/engine/core/css/BinaryDataFontFaceSource.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BinaryDataFontFaceSource_h
|
| -#define BinaryDataFontFaceSource_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_BINARYDATAFONTFACESOURCE_H_
|
| +#define SKY_ENGINE_CORE_CSS_BINARYDATAFONTFACESOURCE_H_
|
|
|
| #include "sky/engine/core/css/CSSFontFaceSource.h"
|
| #include "sky/engine/wtf/OwnPtr.h"
|
| @@ -27,4 +27,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_CSS_BINARYDATAFONTFACESOURCE_H_
|
|
|