| Index: sky/engine/core/css/parser/MediaQueryInputStream.cpp
|
| diff --git a/sky/engine/core/css/parser/MediaQueryInputStream.cpp b/sky/engine/core/css/parser/MediaQueryInputStream.cpp
|
| index 530ce0c20e61af1103ffe8988d2958f276aba8f6..97b1fcaf140a02875e6d93753c8b7b124ab70cea 100644
|
| --- a/sky/engine/core/css/parser/MediaQueryInputStream.cpp
|
| +++ b/sky/engine/core/css/parser/MediaQueryInputStream.cpp
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/css/parser/MediaQueryInputStream.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/css/parser/MediaQueryInputStream.h"
|
|
|
| -#include "core/html/parser/InputStreamPreprocessor.h"
|
| +#include "sky/engine/core/html/parser/InputStreamPreprocessor.h"
|
|
|
| namespace blink {
|
|
|
|
|