| Index: sky/engine/public/platform/linux/WebSandboxSupport.h
|
| diff --git a/sky/engine/public/platform/linux/WebSandboxSupport.h b/sky/engine/public/platform/linux/WebSandboxSupport.h
|
| index 7010f3f62efe97fc1e9a9d43d8d28bf4b6f1f385..00f09ed19a507549a5079ea88dfb1e7035957153 100644
|
| --- a/sky/engine/public/platform/linux/WebSandboxSupport.h
|
| +++ b/sky/engine/public/platform/linux/WebSandboxSupport.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebSandboxSupport_h
|
| -#define WebSandboxSupport_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_LINUX_WEBSANDBOXSUPPORT_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_LINUX_WEBSANDBOXSUPPORT_H_
|
|
|
| #include "../WebCommon.h"
|
| #include "../WebString.h"
|
| @@ -70,4 +70,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_LINUX_WEBSANDBOXSUPPORT_H_
|
|
|