| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestUpload.cpp
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestUpload.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestUpload.cpp
|
| index be32b851c175e304e2e74264ff0b488076e777d6..ac788d33cd7863c2e4c5f42a680a1ad827499b11 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestUpload.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestUpload.cpp
|
| @@ -28,8 +28,8 @@
|
| #include "core/EventTypeNames.h"
|
| #include "core/events/ProgressEvent.h"
|
| #include "core/probe/CoreProbes.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|