| Index: third_party/WebKit/Source/platform/Language.h
|
| diff --git a/third_party/WebKit/Source/platform/Language.h b/third_party/WebKit/Source/platform/Language.h
|
| index 3b41d6efb88ee1ce116b97a7f07ea02d1b1482c9..4172c3a5153cdce1c79a16800a1fcb45ef6da24f 100644
|
| --- a/third_party/WebKit/Source/platform/Language.h
|
| +++ b/third_party/WebKit/Source/platform/Language.h
|
| @@ -27,8 +27,8 @@
|
| #define Language_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|