| 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 f8afdfb894b2a86b2650997981c91732eff149aa..75bd07269d8660866023f529f5f32799637ae407 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| @@ -7,16 +7,16 @@
|
| #include "core/css/CSSStyleSheet.h"
|
| #include "core/css/StyleSheetContents.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/fetch/CSSStyleSheetResource.h"
|
| #include "core/fetch/FetchInitiatorTypeNames.h"
|
| #include "core/fetch/RawResource.h"
|
| #include "core/fetch/Resource.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| -#include "core/fetch/StyleSheetResourceClient.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/inspector/InspectedFrames.h"
|
| #include "core/inspector/InspectorCSSAgent.h"
|
| #include "core/inspector/InspectorPageAgent.h"
|
| +#include "core/loader/resource/CSSStyleSheetResource.h"
|
| +#include "core/loader/resource/StyleSheetResourceClient.h"
|
| #include "core/page/Page.h"
|
| #include "public/platform/WebCachePolicy.h"
|
| #include "public/platform/WebURLRequest.h"
|
|
|