| Index: third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| index 19742315641621c426910665c00411a7018ffd8c..be7d917df767513bc75e55fef728e24855593542 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| @@ -30,9 +30,9 @@
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Node.h"
|
| #include "core/dom/StyleEngine.h"
|
| -#include "core/fetch/CSSStyleSheetResource.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| +#include "core/loader/resource/CSSStyleSheetResource.h"
|
| #include "platform/Histogram.h"
|
| #include "platform/tracing/TraceEvent.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
|
|