| Index: sky/engine/public/platform/WebHTTPHeaderVisitor.h
|
| diff --git a/sky/engine/public/platform/WebHTTPHeaderVisitor.h b/sky/engine/public/platform/WebHTTPHeaderVisitor.h
|
| index ff60384e14f03ec7a1a80e4388ccd14d46fd5c4d..a263e67f7e66c3b49922dda473367b252a7ed1b7 100644
|
| --- a/sky/engine/public/platform/WebHTTPHeaderVisitor.h
|
| +++ b/sky/engine/public/platform/WebHTTPHeaderVisitor.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebHTTPHeaderVisitor_h
|
| -#define WebHTTPHeaderVisitor_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBHTTPHEADERVISITOR_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBHTTPHEADERVISITOR_H_
|
|
|
| namespace blink {
|
|
|
| @@ -45,4 +45,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBHTTPHEADERVISITOR_H_
|
|
|