| Index: sky/engine/platform/MIMETypeRegistry.h
|
| diff --git a/sky/engine/platform/MIMETypeRegistry.h b/sky/engine/platform/MIMETypeRegistry.h
|
| index d09166efe50e8ac7b97bd4cc7aca74c6ed2303c6..65e1dc093f296196358a284bc3fb7ad3029ae866 100644
|
| --- a/sky/engine/platform/MIMETypeRegistry.h
|
| +++ b/sky/engine/platform/MIMETypeRegistry.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef MIMETypeRegistry_h
|
| #define MIMETypeRegistry_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/text/StringHash.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|