| Index: third_party/WebKit/Source/platform/text/TextCheckerClient.h
|
| diff --git a/third_party/WebKit/Source/platform/text/TextCheckerClient.h b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
|
| index fad98bac335606fd1d0d60cc72cbd3a7f665c069..08ad3908759ac2a3f29b53a9662d212ec400cd62 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextCheckerClient.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
|
| @@ -30,10 +30,10 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/text/TextChecking.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|