| Index: Source/core/css/MediaQueryExp.h
|
| diff --git a/Source/core/css/MediaQueryExp.h b/Source/core/css/MediaQueryExp.h
|
| index c41b3806e755b38453d05339d5e3ba5158ae633f..eba3a72bb6d9bb2d8542f43fb8b2d1cfd55c98a7 100644
|
| --- a/Source/core/css/MediaQueryExp.h
|
| +++ b/Source/core/css/MediaQueryExp.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef MediaQueryExp_h
|
| #define MediaQueryExp_h
|
|
|
| -#include "CSSValue.h"
|
| -#include "MediaFeatureNames.h"
|
| +#include "core/css/CSSValue.h"
|
| +#include "core/css/MediaFeatureNames.h"
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/RefPtr.h>
|
| #include <wtf/text/AtomicString.h>
|
|
|