| Index: sky/engine/platform/network/ProxyServer.h
|
| diff --git a/sky/engine/platform/network/ProxyServer.h b/sky/engine/platform/network/ProxyServer.h
|
| index e755076d1919fdc256e5326d88e5c441b8188326..5f22e9be7a647d74f4d4861acdb47fbd76c51c65 100644
|
| --- a/sky/engine/platform/network/ProxyServer.h
|
| +++ b/sky/engine/platform/network/ProxyServer.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ProxyServer_h
|
| -#define ProxyServer_h
|
| +#ifndef SKY_ENGINE_PLATFORM_NETWORK_PROXYSERVER_H_
|
| +#define SKY_ENGINE_PLATFORM_NETWORK_PROXYSERVER_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/Vector.h"
|
| @@ -77,4 +77,4 @@ PLATFORM_EXPORT String toString(const Vector<ProxyServer>&);
|
|
|
| } // namespace blink
|
|
|
| -#endif // ProxyServer_h
|
| +#endif // SKY_ENGINE_PLATFORM_NETWORK_PROXYSERVER_H_
|
|
|