| Index: Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
|
| index 706da89e4616348438bacab57343af01167a86d9..97825ece25c0223623b4991857c7a3cfc43d9859 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -25,12 +25,12 @@
|
| #ifndef InspectorCSSAgent_h
|
| #define InspectorCSSAgent_h
|
|
|
| -#include "CSSSelector.h"
|
| #include "InspectorBaseAgent.h"
|
| #include "InspectorDOMAgent.h"
|
| #include "InspectorStyleSheet.h"
|
| #include "InspectorValues.h"
|
| #include "SecurityContext.h"
|
| +#include "core/css/CSSSelector.h"
|
| #include "core/page/ContentSecurityPolicy.h"
|
|
|
| #include <wtf/HashMap.h>
|
|
|