| Index: public/web/WebImageDecoder.h
|
| diff --git a/public/web/WebImageDecoder.h b/public/web/WebImageDecoder.h
|
| index 724ba85bf8ffe8facd6bf0ed8593220b7f08eed4..b87aece6404848905c4931c234ef6c62c904b749 100644
|
| --- a/public/web/WebImageDecoder.h
|
| +++ b/public/web/WebImageDecoder.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebImageDecoder_h
|
| #define WebImageDecoder_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebImage.h"
|
| -#include "../platform/WebNonCopyable.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebImage.h"
|
| +#include "public/platform/WebNonCopyable.h"
|
|
|
| namespace WebCore { class ImageDecoder; }
|
|
|
|
|