| Index: sky/engine/public/web/WebCachedURLRequest.h
|
| diff --git a/sky/engine/public/web/WebCachedURLRequest.h b/sky/engine/public/web/WebCachedURLRequest.h
|
| index 949f9a7991602d4f45dbc81584ec2bf61e72a1e5..28764fe5a127172c95306a9988546855e2d8db4b 100644
|
| --- a/sky/engine/public/web/WebCachedURLRequest.h
|
| +++ b/sky/engine/public/web/WebCachedURLRequest.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebCachedURLRequest_h
|
| -#define WebCachedURLRequest_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBCACHEDURLREQUEST_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBCACHEDURLREQUEST_H_
|
|
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebPrivateOwnPtr.h"
|
| @@ -65,4 +65,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBCACHEDURLREQUEST_H_
|
|
|