| Index: Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h
|
| index cbd98b899a922bf37040d8b440e278a139557a9c..cd0dca57a2eb55b629a169d70442e13f9bb93104 100644
|
| --- a/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef InspectorResourceAgent_h
|
| #define InspectorResourceAgent_h
|
|
|
| -#include "InspectorFrontend.h"
|
| #include "bindings/v8/ScriptString.h"
|
| +#include "core/InspectorFrontend.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|