| Index: Source/core/inspector/InspectorProfilerAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorProfilerAgent.cpp b/Source/core/inspector/InspectorProfilerAgent.cpp
|
| index a92de42906e5dd882d03abea65273821584fa802..f277aafefbe4f2c943f64c253658183a646a9689 100644
|
| --- a/Source/core/inspector/InspectorProfilerAgent.cpp
|
| +++ b/Source/core/inspector/InspectorProfilerAgent.cpp
|
| @@ -40,7 +40,6 @@
|
| #include "InspectorState.h"
|
| #include "InspectorValues.h"
|
| #include "InstrumentingAgents.h"
|
| -#include "KURL.h"
|
| #include "Page.h"
|
| #include "PageScriptDebugServer.h"
|
| #include "ScriptObject.h"
|
| @@ -48,6 +47,7 @@
|
| #include "ScriptProfiler.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| #include "WorkerScriptDebugServer.h"
|
| +#include "core/platform/KURL.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <wtf/MemoryInstrumentationHashMap.h>
|
| #include <wtf/OwnPtr.h>
|
|
|