| Index: third_party/WebKit/Source/platform/FileChooser.h
|
| diff --git a/third_party/WebKit/Source/platform/FileChooser.h b/third_party/WebKit/Source/platform/FileChooser.h
|
| index 8ebc40691b38511dab459a16e9d40059092df895..0648d18fbe3fd4e37d36470d707c2f05526fcde8 100644
|
| --- a/third_party/WebKit/Source/platform/FileChooser.h
|
| +++ b/third_party/WebKit/Source/platform/FileChooser.h
|
| @@ -33,10 +33,10 @@
|
| #include "platform/FileMetadata.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|