| Index: third_party/WebKit/Source/core/html/PublicURLManager.h
|
| diff --git a/third_party/WebKit/Source/core/html/PublicURLManager.h b/third_party/WebKit/Source/core/html/PublicURLManager.h
|
| index 368c74bcd2534fe5616c70cdab38d0a424c8ec46..a0ea86d725f87222953458d550af1c8c4e8e932c 100644
|
| --- a/third_party/WebKit/Source/core/html/PublicURLManager.h
|
| +++ b/third_party/WebKit/Source/core/html/PublicURLManager.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|