| Index: public/webview/WebImageDecoder.h
|
| diff --git a/Source/WebKit/chromium/public/WebImageDecoder.h b/public/webview/WebImageDecoder.h
|
| similarity index 95%
|
| copy from Source/WebKit/chromium/public/WebImageDecoder.h
|
| copy to public/webview/WebImageDecoder.h
|
| index 31b76436cb13b2a6499f576237166a0798fc8d55..da8f46b44cd414a899ad8b0eb82b9bd73302d08d 100644
|
| --- a/Source/WebKit/chromium/public/WebImageDecoder.h
|
| +++ b/public/webview/WebImageDecoder.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebImageDecoder_h
|
| #define WebImageDecoder_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebImage.h"
|
| -#include "../../../../public/platform/WebNonCopyable.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebImage.h"
|
| +#include "../platform/WebNonCopyable.h"
|
|
|
| namespace WebCore { class ImageDecoder; }
|
|
|
|
|