| Index: third_party/WebKit/public/web/WebSharedWorker.h
|
| diff --git a/third_party/WebKit/public/web/WebSharedWorker.h b/third_party/WebKit/public/web/WebSharedWorker.h
|
| index cf156706fe482fa0bce9d9be6fb82473b4afd67d..3d1be7cb8936f4c656442c6fba15700a97c94da6 100644
|
| --- a/third_party/WebKit/public/web/WebSharedWorker.h
|
| +++ b/third_party/WebKit/public/web/WebSharedWorker.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebSharedWorker_h
|
| #define WebSharedWorker_h
|
|
|
| -#include "../platform/WebAddressSpace.h"
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebContentSecurityPolicy.h"
|
| +#include "public/platform/WebAddressSpace.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebContentSecurityPolicy.h"
|
|
|
| namespace blink {
|
|
|
|
|