| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| index 24f73f50b1f34d4184eb337ffa4a1ef5d048f105..0bc574116719cc40c814ab71358984b193c47d02 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| @@ -60,11 +60,10 @@
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/resource/CSSStyleSheetResource.h"
|
| -#include "core/loader/resource/FontResource.h"
|
| #include "core/loader/resource/ScriptResource.h"
|
| -#include "platform/MIMETypeRegistry.h"
|
| #include "platform/PlatformResourceLoader.h"
|
| #include "platform/UserGestureIndicator.h"
|
| +#include "platform/network/mime/MIMETypeRegistry.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/ListHashSet.h"
|
|
|