| Index: third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| index 7a4e20ac3abacad73ebb8812bb28c69c5d2e5ce5..8fce332c5e7f6a4a00bc60319c2d157a5d7dc1fe 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| @@ -7,10 +7,6 @@
|
| #include "core/css/CSSStyleSheet.h"
|
| #include "core/css/StyleSheetContents.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/fetch/FetchInitiatorTypeNames.h"
|
| -#include "core/fetch/RawResource.h"
|
| -#include "core/fetch/Resource.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/inspector/InspectedFrames.h"
|
| #include "core/inspector/InspectorCSSAgent.h"
|
| @@ -18,6 +14,10 @@
|
| #include "core/loader/resource/CSSStyleSheetResource.h"
|
| #include "core/loader/resource/StyleSheetResourceClient.h"
|
| #include "core/page/Page.h"
|
| +#include "platform/loader/fetch/FetchInitiatorTypeNames.h"
|
| +#include "platform/loader/fetch/RawResource.h"
|
| +#include "platform/loader/fetch/Resource.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "public/platform/WebCachePolicy.h"
|
| #include "public/platform/WebURLRequest.h"
|
|
|
|
|