| Index: sky/engine/core/css/RemoteFontFaceSource.h
|
| diff --git a/sky/engine/core/css/RemoteFontFaceSource.h b/sky/engine/core/css/RemoteFontFaceSource.h
|
| index 5532c481d0b8147e68a3f519e040b1e83da36cf3..0998083e07adeaa0a1d7aad0dab02b2289423afa 100644
|
| --- a/sky/engine/core/css/RemoteFontFaceSource.h
|
| +++ b/sky/engine/core/css/RemoteFontFaceSource.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 RemoteFontFaceSource_h
|
| -#define RemoteFontFaceSource_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_REMOTEFONTFACESOURCE_H_
|
| +#define SKY_ENGINE_CORE_CSS_REMOTEFONTFACESOURCE_H_
|
|
|
| #include "sky/engine/core/css/CSSFontFaceSource.h"
|
| #include "sky/engine/core/fetch/FontResource.h"
|
| @@ -61,4 +61,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_CSS_REMOTEFONTFACESOURCE_H_
|
|
|