| Index: sky/engine/core/fetch/FetchRequest.h
|
| diff --git a/sky/engine/core/fetch/FetchRequest.h b/sky/engine/core/fetch/FetchRequest.h
|
| index 7ab785ca15958e2a05960f8be3907c72c0c6ac7c..f96f985054e3d7159134d7bd3e4277ffdbae178f 100644
|
| --- a/sky/engine/core/fetch/FetchRequest.h
|
| +++ b/sky/engine/core/fetch/FetchRequest.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FetchRequest_h
|
| -#define FetchRequest_h
|
| +#ifndef SKY_ENGINE_CORE_FETCH_FETCHREQUEST_H_
|
| +#define SKY_ENGINE_CORE_FETCH_FETCHREQUEST_H_
|
|
|
| #include "sky/engine/core/dom/Element.h"
|
| #include "sky/engine/core/fetch/FetchInitiatorInfo.h"
|
| @@ -69,4 +69,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_FETCH_FETCHREQUEST_H_
|
|
|