| Index: sky/engine/core/fetch/ResourceLoaderOptions.h
|
| diff --git a/sky/engine/core/fetch/ResourceLoaderOptions.h b/sky/engine/core/fetch/ResourceLoaderOptions.h
|
| index e3036a70226b08e12b19a9d0da6625e0bcd96d01..1414385c58ba25fc52f3d107051ecc58112422e5 100644
|
| --- a/sky/engine/core/fetch/ResourceLoaderOptions.h
|
| +++ b/sky/engine/core/fetch/ResourceLoaderOptions.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ResourceLoaderOptions_h
|
| -#define ResourceLoaderOptions_h
|
| +#ifndef SKY_ENGINE_CORE_FETCH_RESOURCELOADEROPTIONS_H_
|
| +#define SKY_ENGINE_CORE_FETCH_RESOURCELOADEROPTIONS_H_
|
|
|
| #include "sky/engine/core/fetch/FetchInitiatorInfo.h"
|
|
|
| @@ -121,4 +121,4 @@ struct ResourceLoaderOptions {
|
|
|
| } // namespace blink
|
|
|
| -#endif // ResourceLoaderOptions_h
|
| +#endif // SKY_ENGINE_CORE_FETCH_RESOURCELOADEROPTIONS_H_
|
|
|