| Index: third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.h b/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| index 36c670b655eb517aa1eec77f514db6b289f15d9f..88350eeb8a8060ffc499bb16811075acebb454e7 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| @@ -37,7 +37,7 @@
|
| #include "core/html/forms/KeyboardClickableInputTypeView.h"
|
| #include "platform/FileChooser.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|