| Index: sky/engine/core/editing/Editor.h
|
| diff --git a/sky/engine/core/editing/Editor.h b/sky/engine/core/editing/Editor.h
|
| index d0cca43e9b390234aa7a7226c01c52b8a3e5b87c..9cb39436cc3278270cb328d1d69efb823c0cb08c 100644
|
| --- a/sky/engine/core/editing/Editor.h
|
| +++ b/sky/engine/core/editing/Editor.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Editor_h
|
| -#define Editor_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_EDITOR_H_
|
| +#define SKY_ENGINE_CORE_EDITING_EDITOR_H_
|
|
|
| #include "sky/engine/core/dom/DocumentMarker.h"
|
| #include "sky/engine/core/editing/EditAction.h"
|
| @@ -266,4 +266,4 @@ inline bool Editor::markedTextMatchesAreHighlighted() const
|
|
|
| } // namespace blink
|
|
|
| -#endif // Editor_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_EDITOR_H_
|
|
|