| Index: Source/core/inspector/InspectorStyleSheet.h
|
| diff --git a/Source/core/inspector/InspectorStyleSheet.h b/Source/core/inspector/InspectorStyleSheet.h
|
| index 92cd9f03254cc8c7cf3c6cc4810f7b375ebac5ca..9720b0fa2e507f597c4824dd450ee5bd024b97f5 100644
|
| --- a/Source/core/inspector/InspectorStyleSheet.h
|
| +++ b/Source/core/inspector/InspectorStyleSheet.h
|
| @@ -25,19 +25,19 @@
|
| #ifndef InspectorStyleSheet_h
|
| #define InspectorStyleSheet_h
|
|
|
| -#include "CSSPropertySourceData.h"
|
| -#include "CSSStyleDeclaration.h"
|
| #include "ExceptionCode.h"
|
| #include "InspectorStyleTextEditor.h"
|
| #include "InspectorTypeBuilder.h"
|
| #include "InspectorValues.h"
|
| +#include "core/css/CSSPropertySourceData.h"
|
| +#include "core/css/CSSStyleDeclaration.h"
|
|
|
| #include <wtf/HashMap.h>
|
| #include <wtf/HashSet.h>
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefPtr.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| class ParsedStyleSheet;
|
|
|
|
|