| Index: content/renderer/devtools/devtools_client.cc
|
| diff --git a/content/renderer/devtools/devtools_client.cc b/content/renderer/devtools/devtools_client.cc
|
| index 5f760e690c6cb5e2e196c1bf4b337814940ab7e2..dd22f77a0cb5cf6714c447562cfb16458934fb84 100644
|
| --- a/content/renderer/devtools/devtools_client.cc
|
| +++ b/content/renderer/devtools/devtools_client.cc
|
| @@ -12,8 +12,8 @@
|
| #include "content/public/common/url_constants.h"
|
| #include "content/renderer/render_thread_impl.h"
|
| #include "content/renderer/render_view_impl.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsFrontend.h"
|
| #include "ui/base/ui_base_switches.h"
|
| #include "webkit/appcache/appcache_interfaces.h"
|
|
|