| Index: third_party/WebKit/public/web/WebDevToolsAgentClient.h
|
| diff --git a/third_party/WebKit/public/web/WebDevToolsAgentClient.h b/third_party/WebKit/public/web/WebDevToolsAgentClient.h
|
| index 450f8b234debef462028eeb32a1321ad7f71b4a8..6948a961b4c9704fb53ce40d4a29a07e4cb5e796 100644
|
| --- a/third_party/WebKit/public/web/WebDevToolsAgentClient.h
|
| +++ b/third_party/WebKit/public/web/WebDevToolsAgentClient.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebDevToolsAgentClient_h
|
| #define WebDevToolsAgentClient_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebString.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| namespace blink {
|
|
|
|
|