| Index: Source/platform/text/BidiContext.cpp
 | 
| diff --git a/Source/core/platform/text/BidiContext.cpp b/Source/platform/text/BidiContext.cpp
 | 
| similarity index 98%
 | 
| rename from Source/core/platform/text/BidiContext.cpp
 | 
| rename to Source/platform/text/BidiContext.cpp
 | 
| index fa12626a680a25bdcea9768460e82b3c2ffbfed8..9f1bae664b12072fa97df29733225a07488be008 100644
 | 
| --- a/Source/core/platform/text/BidiContext.cpp
 | 
| +++ b/Source/platform/text/BidiContext.cpp
 | 
| @@ -20,7 +20,8 @@
 | 
|   */
 | 
|  
 | 
|  #include "config.h"
 | 
| -#include "core/platform/text/BidiContext.h"
 | 
| +#include "platform/text/BidiContext.h"
 | 
| +
 | 
|  #include "wtf/Vector.h"
 | 
|  
 | 
|  namespace WebCore {
 | 
| 
 |