diff options
Diffstat (limited to 'webkit/support/test_webmessageportchannel.cc')
-rw-r--r-- | webkit/support/test_webmessageportchannel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/support/test_webmessageportchannel.cc b/webkit/support/test_webmessageportchannel.cc index bc06161..9d882c16 100644 --- a/webkit/support/test_webmessageportchannel.cc +++ b/webkit/support/test_webmessageportchannel.cc @@ -7,8 +7,8 @@ #include "base/bind.h" #include "base/memory/scoped_ptr.h" #include "base/message_loop.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebMessagePortChannelClient.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebMessagePortChannelClient.h" +#include "third_party/WebKit/public/platform/WebString.h" using WebKit::WebMessagePortChannel; using WebKit::WebMessagePortChannelArray; |