| Index: sky/engine/core/fetch/ResourceClientWalker.h
|
| diff --git a/sky/engine/core/fetch/ResourceClientWalker.h b/sky/engine/core/fetch/ResourceClientWalker.h
|
| index d1d05a1390979db5c0f602290353078a731c1f3b..164d4307d3c35d777427885e51d72e707423b522 100644
|
| --- a/sky/engine/core/fetch/ResourceClientWalker.h
|
| +++ b/sky/engine/core/fetch/ResourceClientWalker.h
|
| @@ -22,8 +22,8 @@
|
| pages from the web. It has a memory cache for these objects.
|
| */
|
|
|
| -#ifndef ResourceClientWalker_h
|
| -#define ResourceClientWalker_h
|
| +#ifndef SKY_ENGINE_CORE_FETCH_RESOURCECLIENTWALKER_H_
|
| +#define SKY_ENGINE_CORE_FETCH_RESOURCECLIENTWALKER_H_
|
|
|
| #include "sky/engine/core/fetch/ResourceClient.h"
|
| #include "sky/engine/wtf/HashCountedSet.h"
|
| @@ -66,4 +66,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_FETCH_RESOURCECLIENTWALKER_H_
|
|
|