| Index: third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| diff --git a/third_party/WebKit/Source/core/css/MediaQueryExp.h b/third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| index 55776e03d613325b031845311600e01772b1b249..20f3fe710faeea8a954b5251fe180aefab04d576 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| @@ -34,8 +34,8 @@
|
| #include "core/MediaFeatureNames.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/css/CSSValue.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|