| Index: third_party/WebKit/public/web/WebDevToolsAgent.h
|
| diff --git a/third_party/WebKit/public/web/WebDevToolsAgent.h b/third_party/WebKit/public/web/WebDevToolsAgent.h
|
| index e761bc6913d59927766a3c7d73709f80d7ddde66..c9f68bc78e13758879368c3862bd82eb4567ad70 100644
|
| --- a/third_party/WebKit/public/web/WebDevToolsAgent.h
|
| +++ b/third_party/WebKit/public/web/WebDevToolsAgent.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebDevToolsAgent_h
|
| #define WebDevToolsAgent_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebVector.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebVector.h"
|
|
|
| namespace blink {
|
|
|
|
|