| Index: Source/core/css/MediaQueryExp.h
|
| diff --git a/Source/core/css/MediaQueryExp.h b/Source/core/css/MediaQueryExp.h
|
| index 065b199baccf2b2ac2eb48be44096725b7bb558f..1ca45c2fa70abcfb08dbe29e44f21e687782b91c 100644
|
| --- a/Source/core/css/MediaQueryExp.h
|
| +++ b/Source/core/css/MediaQueryExp.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef MediaQueryExp_h
|
| #define MediaQueryExp_h
|
|
|
| -#include "CSSValueKeywords.h"
|
| -#include "MediaFeatureNames.h"
|
| +#include "core/CSSValueKeywords.h"
|
| +#include "core/MediaFeatureNames.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/css/CSSValue.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|