| Index: Source/core/editing/SelectionEditor.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/SelectionEditor.h
|
| similarity index 99%
|
| copy from Source/core/editing/FrameSelection.h
|
| copy to Source/core/editing/SelectionEditor.h
|
| index f67f19a8eb03f877c18d9a5f03ddd8d8c3ca8b71..63c07aab50a78d9a6ab77e1f422ffd836045ac19 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/SelectionEditor.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FrameSelection_h
|
| -#define FrameSelection_h
|
| +#ifndef SelectionEditor_h
|
| +#define SelectionEditor_h
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Range.h"
|
| @@ -343,4 +343,4 @@ void showTree(const blink::FrameSelection&);
|
| void showTree(const blink::FrameSelection*);
|
| #endif
|
|
|
| -#endif // FrameSelection_h
|
| +#endif // SelectionEditor_h
|
|
|