| Index: sky/engine/platform/fonts/FontCacheClient.h
|
| diff --git a/sky/engine/platform/fonts/FontCacheClient.h b/sky/engine/platform/fonts/FontCacheClient.h
|
| index 8c856d39490b3b0284dc78e1dd56ee935d00a077..0375e5e3b8890efa3233bd20e59dfc82d68da69a 100644
|
| --- a/sky/engine/platform/fonts/FontCacheClient.h
|
| +++ b/sky/engine/platform/fonts/FontCacheClient.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FontCacheClient_h
|
| -#define FontCacheClient_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_FONTCACHECLIENT_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_FONTCACHECLIENT_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -46,4 +46,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FontCacheClient_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_FONTCACHECLIENT_H_
|
|
|