| Index: public/web/WebSharedWorker.h
|
| diff --git a/public/web/WebSharedWorker.h b/public/web/WebSharedWorker.h
|
| index 09efceb7efa9a9ed15af94868246242005b55f4f..27365ad89b228a90cf42564ac276dee867caf0f2 100644
|
| --- a/public/web/WebSharedWorker.h
|
| +++ b/public/web/WebSharedWorker.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebSharedWorker_h
|
| #define WebSharedWorker_h
|
|
|
| -#include "public/platform/WebCommon.h"
|
| -#include "public/web/WebContentSecurityPolicy.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "WebContentSecurityPolicy.h"
|
|
|
| namespace WebCore {
|
| class ScriptExecutionContext;
|
|
|