| Index: Source/core/inspector/PageRuntimeAgent.h
|
| diff --git a/Source/core/inspector/PageRuntimeAgent.h b/Source/core/inspector/PageRuntimeAgent.h
|
| index 30be7c307e62ec1fa0788987e661c2f893236336..27e635badc1f8c6c81e866e5ed8e0666d55b87f8 100644
|
| --- a/Source/core/inspector/PageRuntimeAgent.h
|
| +++ b/Source/core/inspector/PageRuntimeAgent.h
|
| @@ -31,11 +31,10 @@
|
| #ifndef PageRuntimeAgent_h
|
| #define PageRuntimeAgent_h
|
|
|
| -
|
| #include "InspectorFrontend.h"
|
| #include "bindings/v8/ScriptState.h"
|
| #include "core/inspector/InspectorRuntimeAgent.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|