| Index: sky/engine/core/fetch/FetchInitiatorInfo.h
|
| diff --git a/sky/engine/core/fetch/FetchInitiatorInfo.h b/sky/engine/core/fetch/FetchInitiatorInfo.h
|
| index 88149fc4a818179aea7c9180cd4edbce438d5ccc..5c1d20df32370812c820b7603fe869495b87776e 100644
|
| --- a/sky/engine/core/fetch/FetchInitiatorInfo.h
|
| +++ b/sky/engine/core/fetch/FetchInitiatorInfo.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FetchInitiatorInfo_h
|
| -#define FetchInitiatorInfo_h
|
| +#ifndef SKY_ENGINE_CORE_FETCH_FETCHINITIATORINFO_H_
|
| +#define SKY_ENGINE_CORE_FETCH_FETCHINITIATORINFO_H_
|
|
|
| #include "sky/engine/wtf/text/AtomicString.h"
|
| #include "sky/engine/wtf/text/TextPosition.h"
|
| @@ -71,4 +71,4 @@ struct CrossThreadFetchInitiatorInfoData {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_FETCH_FETCHINITIATORINFO_H_
|
|
|