| Index: content/common/webmessageportchannel_impl.cc
|
| diff --git a/content/common/webmessageportchannel_impl.cc b/content/common/webmessageportchannel_impl.cc
|
| index 93e02329bb190446469902507b7b854d81343708..3db2cf4aa0f9048b6f765201011d7b5e62da6d18 100644
|
| --- a/content/common/webmessageportchannel_impl.cc
|
| +++ b/content/common/webmessageportchannel_impl.cc
|
| @@ -8,8 +8,8 @@
|
| #include "content/common/child_process.h"
|
| #include "content/common/child_thread.h"
|
| #include "content/common/worker_messages.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;
|
|
|