| Index: sky/engine/core/editing/SpellCheckRequester.cpp
|
| diff --git a/sky/engine/core/editing/SpellCheckRequester.cpp b/sky/engine/core/editing/SpellCheckRequester.cpp
|
| index db95f89b61a4d3cdffb8d32010118658ba813fd5..3ff2c700be2656edc7afcc8a1a7382b5893087f7 100644
|
| --- a/sky/engine/core/editing/SpellCheckRequester.cpp
|
| +++ b/sky/engine/core/editing/SpellCheckRequester.cpp
|
| @@ -23,16 +23,16 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/editing/SpellCheckRequester.h"
|
| -
|
| -#include "core/dom/Document.h"
|
| -#include "core/dom/DocumentMarkerController.h"
|
| -#include "core/dom/Node.h"
|
| -#include "core/editing/SpellChecker.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/frame/Settings.h"
|
| -#include "platform/text/TextCheckerClient.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/editing/SpellCheckRequester.h"
|
| +
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/dom/DocumentMarkerController.h"
|
| +#include "sky/engine/core/dom/Node.h"
|
| +#include "sky/engine/core/editing/SpellChecker.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/frame/Settings.h"
|
| +#include "sky/engine/platform/text/TextCheckerClient.h"
|
|
|
| namespace blink {
|
|
|
|
|