| Index: third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/BidiContext.cpp b/third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| index 6aa7a26ed0003cd2a8c866f58b2ef773206d218f..1aa9559ce314894923501143e396c971eaf9506d 100644
|
| --- a/third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| @@ -22,8 +22,8 @@
|
|
|
| #include "platform/text/BidiContext.h"
|
|
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|