| Index: third_party/WebKit/Source/core/fileapi/File.h
|
| diff --git a/third_party/WebKit/Source/core/fileapi/File.h b/third_party/WebKit/Source/core/fileapi/File.h
|
| index 0bfe2951205006f58cec8525d90895582e7c804a..fdd6b587cda92a7dead2afd2323e963ae2803f90 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/File.h
|
| +++ b/third_party/WebKit/Source/core/fileapi/File.h
|
| @@ -30,8 +30,8 @@
|
| #include "core/CoreExport.h"
|
| #include "core/fileapi/Blob.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|