| Index: sky/engine/web/WebSettingsImpl.h
|
| diff --git a/sky/engine/web/WebSettingsImpl.h b/sky/engine/web/WebSettingsImpl.h
|
| index c6e0f21f61737f447c4063f0526a50fc0f48f5c9..214a1b5db5695f8258b99ad68d957065214eee64 100644
|
| --- a/sky/engine/web/WebSettingsImpl.h
|
| +++ b/sky/engine/web/WebSettingsImpl.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebSettingsImpl_h
|
| -#define WebSettingsImpl_h
|
| +#ifndef SKY_ENGINE_WEB_WEBSETTINGSIMPL_H_
|
| +#define SKY_ENGINE_WEB_WEBSETTINGSIMPL_H_
|
|
|
| #include "sky/engine/public/web/WebSettings.h"
|
|
|
| @@ -134,4 +134,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_WEB_WEBSETTINGSIMPL_H_
|
|
|