| Index: content/renderer/devtools/devtools_agent.cc
|
| diff --git a/content/renderer/devtools/devtools_agent.cc b/content/renderer/devtools/devtools_agent.cc
|
| index 674cbc50816cda9b72a3d77060c27e6609507ae8..7c5e04d9d729e733b734db793d4ac8f5482d205a 100644
|
| --- a/content/renderer/devtools/devtools_agent.cc
|
| +++ b/content/renderer/devtools/devtools_agent.cc
|
| @@ -16,8 +16,8 @@
|
| #include "content/renderer/devtools/devtools_agent_filter.h"
|
| #include "content/renderer/devtools/devtools_client.h"
|
| #include "content/renderer/render_view_impl.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebPoint.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebPoint.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h"
|
|
|