| Index: sky/engine/public/web/WebMemoryUsageInfo.h
|
| diff --git a/sky/engine/public/web/WebMemoryUsageInfo.h b/sky/engine/public/web/WebMemoryUsageInfo.h
|
| index 9cfcfea955f977a918d9e3875a13816b3b9e8392..cd3f960aa152ba3d7d29f898c664e77b05a3a12a 100644
|
| --- a/sky/engine/public/web/WebMemoryUsageInfo.h
|
| +++ b/sky/engine/public/web/WebMemoryUsageInfo.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebMemoryUsageInfo_h
|
| -#define WebMemoryUsageInfo_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBMEMORYUSAGEINFO_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBMEMORYUSAGEINFO_H_
|
|
|
| #include "../platform/WebString.h"
|
|
|
| @@ -48,4 +48,4 @@ struct WebMemoryUsageInfo {
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebMemoryUsageInfo_h
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBMEMORYUSAGEINFO_H_
|
|
|