| Index: third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp
|
| index b2cee22c0536560baadc6d53a96cb9ed0a4968a6..ff0246e99882a45de52e3d79b4681880f6a9dae4 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp
|
| @@ -32,14 +32,14 @@
|
| #include "core/html/parser/HTMLSrcsetParser.h"
|
|
|
| #include "core/dom/Document.h"
|
| -#include "core/fetch/MemoryCache.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/FrameConsole.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "platform/json/JSONValues.h"
|
| +#include "platform/loader/fetch/MemoryCache.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "wtf/text/ParsingUtilities.h"
|
| #include "wtf/text/StringToNumber.h"
|
| #include <algorithm>
|
|
|