| Index: third_party/WebKit/Source/modules/plugins/DOMPlugin.h
|
| diff --git a/third_party/WebKit/Source/modules/plugins/DOMPlugin.h b/third_party/WebKit/Source/modules/plugins/DOMPlugin.h
|
| index a566b03dbf2dd7c48a5e18399593a21f7ee385f7..46f765930c0a663602d1e6f6c158f9e924a3e6de 100644
|
| --- a/third_party/WebKit/Source/modules/plugins/DOMPlugin.h
|
| +++ b/third_party/WebKit/Source/modules/plugins/DOMPlugin.h
|
| @@ -24,8 +24,8 @@
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "modules/plugins/DOMMimeType.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|