| Index: Source/core/inspector/InspectorResourceAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorResourceAgent.cpp b/Source/core/inspector/InspectorResourceAgent.cpp
|
| index acd8fdb3ef6579e0e3bb96b48f81b9bb6204a5cf..af6a26610a9db42bc9b7d5e9057f7249d140956a 100644
|
| --- a/Source/core/inspector/InspectorResourceAgent.cpp
|
| +++ b/Source/core/inspector/InspectorResourceAgent.cpp
|
| @@ -49,8 +49,6 @@
|
| #include "core/loader/ResourceLoader.h"
|
| #include "core/loader/ThreadableLoader.h"
|
| #include "core/loader/ThreadableLoaderClient.h"
|
| -#include "core/loader/UniqueIdentifier.h"
|
| -#include "core/loader/cache/CachedRawResource.h"
|
| #include "core/loader/cache/CachedResource.h"
|
| #include "core/loader/cache/CachedResourceInitiatorInfo.h"
|
| #include "core/loader/cache/MemoryCache.h"
|
| @@ -67,11 +65,8 @@
|
| #include "modules/websockets/WebSocketHandshakeResponse.h"
|
| #include "weborigin/KURL.h"
|
| #include "wtf/CurrentTime.h"
|
| -#include "wtf/HexNumber.h"
|
| -#include "wtf/ListHashSet.h"
|
| #include "wtf/MemoryInstrumentationHashMap.h"
|
| #include "wtf/RefPtr.h"
|
| -#include "wtf/text/StringBuilder.h"
|
|
|
| typedef WebCore::InspectorBackendDispatcher::NetworkCommandHandler::LoadResourceForFrontendCallback LoadResourceForFrontendCallback;
|
|
|
|
|