| Index: Source/core/xml/XMLHttpRequest.cpp
|
| diff --git a/Source/core/xml/XMLHttpRequest.cpp b/Source/core/xml/XMLHttpRequest.cpp
|
| index b2e0fcb25d220498ee9a6d55f4b099f750085364..261771fc60b23dce466e2cc2f2b623fffe21ad03 100644
|
| --- a/Source/core/xml/XMLHttpRequest.cpp
|
| +++ b/Source/core/xml/XMLHttpRequest.cpp
|
| @@ -37,7 +37,6 @@
|
| #include "ExceptionCode.h"
|
| #include "File.h"
|
| #include "HTMLDocument.h"
|
| -#include "HistogramSupport.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "MemoryCache.h"
|
| #include "ScriptCallStack.h"
|
| @@ -45,13 +44,14 @@
|
| #include "ScriptProfile.h"
|
| #include "SecurityOrigin.h"
|
| #include "Settings.h"
|
| -#include "SharedBuffer.h"
|
| #include "TextResourceDecoder.h"
|
| #include "ThreadableLoader.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| #include "XMLHttpRequestException.h"
|
| #include "XMLHttpRequestProgressEvent.h"
|
| #include "XMLHttpRequestUpload.h"
|
| +#include "core/platform/HistogramSupport.h"
|
| +#include "core/platform/SharedBuffer.h"
|
| #include "core/platform/network/BlobData.h"
|
| #include "core/platform/network/HTTPParsers.h"
|
| #include "core/platform/network/ParsedContentType.h"
|
|
|