| Index: third_party/WebKit/public/web/WebScriptSource.h
|
| diff --git a/third_party/WebKit/public/web/WebScriptSource.h b/third_party/WebKit/public/web/WebScriptSource.h
|
| index f65716b90686889272d029f318c26f000ff7e06f..b9d88e0e77393ae78f84dd880433d6e0aa217089 100644
|
| --- a/third_party/WebKit/public/web/WebScriptSource.h
|
| +++ b/third_party/WebKit/public/web/WebScriptSource.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebScriptSource_h
|
| #define WebScriptSource_h
|
|
|
| -#include "../platform/WebString.h"
|
| -#include "../platform/WebURL.h"
|
| +#include "public/platform/WebString.h"
|
| +#include "public/platform/WebURL.h"
|
|
|
| namespace blink {
|
|
|
|
|