| Index: third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| diff --git a/third_party/WebKit/Source/platform/network/mime/ContentType.h b/third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| index 5af710927ed8c9342d71e5cefd721f46f4ef4fd3..78dc212c3eab2b17d1640d20a7180d9148fd66df 100644
|
| --- a/third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| +++ b/third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| @@ -27,8 +27,8 @@
|
| #define ContentType_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|