| Index: sky/engine/public/platform/WebSelectionBound.h
|
| diff --git a/sky/engine/public/platform/WebSelectionBound.h b/sky/engine/public/platform/WebSelectionBound.h
|
| index 94dec584c8db17d4ebd78f27534003aa460ce134..c4166a91bd0a29aa98dd04f7235c39abce35748f 100644
|
| --- a/sky/engine/public/platform/WebSelectionBound.h
|
| +++ b/sky/engine/public/platform/WebSelectionBound.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WebSelectionBound_h
|
| -#define WebSelectionBound_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBSELECTIONBOUND_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBSELECTIONBOUND_H_
|
|
|
| #include "sky/engine/public/platform/WebPoint.h"
|
| #include "sky/engine/public/platform/WebRect.h"
|
| @@ -45,4 +45,4 @@ struct WebSelectionBound {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBSELECTIONBOUND_H_
|
|
|