| Index: sky/engine/public/web/WebLeakDetector.h
|
| diff --git a/sky/engine/public/web/WebLeakDetector.h b/sky/engine/public/web/WebLeakDetector.h
|
| index 864b2ca6f707a5f503733606d33ba1227c956075..36d28d8cec056d0868bafb2dc8de6453f032699c 100644
|
| --- a/sky/engine/public/web/WebLeakDetector.h
|
| +++ b/sky/engine/public/web/WebLeakDetector.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebLeakDetector_h
|
| -#define WebLeakDetector_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBLEAKDETECTOR_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBLEAKDETECTOR_H_
|
|
|
| #include "sky/engine/public/platform/WebCommon.h"
|
| #include "sky/engine/public/web/WebFrame.h"
|
| @@ -62,4 +62,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebLeakDetector_h
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBLEAKDETECTOR_H_
|
|
|