| Index: Source/core/platform/chromium/MIMETypeRegistryChromium.cpp
|
| diff --git a/Source/core/platform/chromium/MIMETypeRegistryChromium.cpp b/Source/core/platform/chromium/MIMETypeRegistryChromium.cpp
|
| index 56cfad92b95226840994fb805e15da956401f3c6..bab382cb12a9c5092b2cdd751fb906260070c450 100644
|
| --- a/Source/core/platform/chromium/MIMETypeRegistryChromium.cpp
|
| +++ b/Source/core/platform/chromium/MIMETypeRegistryChromium.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebMimeRegistry.h"
|
| -#include <wtf/text/CString.h>
|
| +#include "wtf/text/CString.h"
|
|
|
| // NOTE: Unlike other ports, we don't use the shared implementation in
|
| // MIMETypeRegistry.cpp. Instead, we need to route most functions via
|
|
|