| Index: sky/engine/public/web/WebCache.h
|
| diff --git a/sky/engine/public/web/WebCache.h b/sky/engine/public/web/WebCache.h
|
| index 5bf1178a56aa36c434b340102d6095e5edd4781d..36b35deda6b725fd99b4836949da216fca615b0f 100644
|
| --- a/sky/engine/public/web/WebCache.h
|
| +++ b/sky/engine/public/web/WebCache.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebCache_h
|
| -#define WebCache_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBCACHE_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBCACHE_H_
|
|
|
| #include "../platform/WebCommon.h"
|
|
|
| @@ -88,4 +88,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBCACHE_H_
|
|
|