diff options
Diffstat (limited to 'Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp')
-rw-r--r-- | Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp b/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp index f2657a7bd..763c85da8 100644 --- a/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp +++ b/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp @@ -39,8 +39,8 @@ #include "V8InspectorFrontendHost.h" #include "WebDevToolsFrontendClient.h" #include "WebDevToolsFrontendImpl.h" -#include "platform/WebFloatPoint.h" -#include "platform/WebString.h" +#include <public/WebFloatPoint.h> +#include <public/WebString.h> #include <wtf/text/WTFString.h> using namespace WebCore; |