| Index: sky/engine/platform/text/QuotedPrintable.cpp
|
| diff --git a/sky/engine/platform/text/QuotedPrintable.cpp b/sky/engine/platform/text/QuotedPrintable.cpp
|
| index f2c42c01e3c6b2446a86e891fee31e4ffbf72329..4c5804a2b931cc89e16e893274576e33718c2498 100644
|
| --- a/sky/engine/platform/text/QuotedPrintable.cpp
|
| +++ b/sky/engine/platform/text/QuotedPrintable.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/text/QuotedPrintable.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/text/QuotedPrintable.h"
|
|
|
| -#include "wtf/ASCIICType.h"
|
| +#include "sky/engine/wtf/ASCIICType.h"
|
|
|
| namespace blink {
|
|
|
|
|