| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| index 025c0c4b245fcf387a70d8c977faff774ae531ba..77e332bd50c0c245552a98ce2ac778cca8cf4177 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| @@ -31,11 +31,11 @@
|
| #include "core/editing/EphemeralRange.h"
|
| #include "platform/Timer.h"
|
| #include "platform/text/TextChecking.h"
|
| -#include "wtf/Deque.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Deque.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|