| Index: third_party/WebKit/Source/core/html/HTMLMetaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMetaElement.h b/third_party/WebKit/Source/core/html/HTMLMetaElement.h
|
| index a268732cd5c7fe8f01ef0cc3e1b1da7b61afe1cd..ae70253c3a9b06f65a0fed56c3dfb6feec4f3fa8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMetaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMetaElement.h
|
| @@ -26,7 +26,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ViewportDescription.h"
|
| #include "core/html/HTMLElement.h"
|
| -#include "wtf/text/TextEncoding.h"
|
| +#include "platform/wtf/text/TextEncoding.h"
|
|
|
| namespace blink {
|
|
|
|
|