| Index: sky/engine/core/fetch/FetchUtils.h
|
| diff --git a/sky/engine/core/fetch/FetchUtils.h b/sky/engine/core/fetch/FetchUtils.h
|
| index 3d0da367c083d857f5c5a7dfa783a0dfb3f4c38a..23b5f363d22ea9486d0bfb30914012d546e4132d 100644
|
| --- a/sky/engine/core/fetch/FetchUtils.h
|
| +++ b/sky/engine/core/fetch/FetchUtils.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef FetchUtils_h
|
| -#define FetchUtils_h
|
| +#ifndef SKY_ENGINE_CORE_FETCH_FETCHUTILS_H_
|
| +#define SKY_ENGINE_CORE_FETCH_FETCHUTILS_H_
|
|
|
| #include "sky/engine/wtf/Forward.h"
|
|
|
| @@ -28,4 +28,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_FETCH_FETCHUTILS_H_
|
|
|