| Index: public/web/WebPlugin.h
|
| diff --git a/public/web/WebPlugin.h b/public/web/WebPlugin.h
|
| index 4d4982282cb378ddb386bb1ff4d637078f1aa3c7..5191f4153b5953309000fd98e7be0a809750ddcb 100644
|
| --- a/public/web/WebPlugin.h
|
| +++ b/public/web/WebPlugin.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef WebPlugin_h
|
| #define WebPlugin_h
|
|
|
| -#include "../platform/WebCanvas.h"
|
| -#include "../platform/WebString.h"
|
| -#include "../platform/WebURL.h"
|
| #include "WebDragOperation.h"
|
| #include "WebDragStatus.h"
|
| +#include "public/platform/WebCanvas.h"
|
| +#include "public/platform/WebString.h"
|
| +#include "public/platform/WebURL.h"
|
|
|
| struct NPObject;
|
| struct _NPP;
|
|
|