| Index: third_party/WebKit/Source/platform/HostWindow.h
|
| diff --git a/third_party/WebKit/Source/platform/HostWindow.h b/third_party/WebKit/Source/platform/HostWindow.h
|
| index 59b36df7cbc1823029f76f2b665ccd29962618e0..12cc16a0f1122a0ce098a7421bed5fd7d9376dcb 100644
|
| --- a/third_party/WebKit/Source/platform/HostWindow.h
|
| +++ b/third_party/WebKit/Source/platform/HostWindow.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
| class IntRect;
|
|
|