| Index: sky/engine/core/loader/FrameLoaderClient.h
|
| diff --git a/sky/engine/core/loader/FrameLoaderClient.h b/sky/engine/core/loader/FrameLoaderClient.h
|
| index 13c912466ff9eb518447f1a4c86dd84052c33069..1616642826c35f82c2c491235a7a467604bb414a 100644
|
| --- a/sky/engine/core/loader/FrameLoaderClient.h
|
| +++ b/sky/engine/core/loader/FrameLoaderClient.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FrameLoaderClient_h
|
| -#define FrameLoaderClient_h
|
| +#ifndef SKY_ENGINE_CORE_LOADER_FRAMELOADERCLIENT_H_
|
| +#define SKY_ENGINE_CORE_LOADER_FRAMELOADERCLIENT_H_
|
|
|
| #include "sky/engine/core/frame/FrameClient.h"
|
| #include "sky/engine/core/loader/FrameLoaderTypes.h"
|
| @@ -123,4 +123,4 @@ namespace blink {
|
|
|
| } // namespace blink
|
|
|
| -#endif // FrameLoaderClient_h
|
| +#endif // SKY_ENGINE_CORE_LOADER_FRAMELOADERCLIENT_H_
|
|
|