| Index: components/message_port/web_message_port_channel_impl.cc
|
| diff --git a/components/message_port/web_message_port_channel_impl.cc b/components/message_port/web_message_port_channel_impl.cc
|
| index db30963b1e5aba031d2623a1bcd45d2a2c15800b..4b9594d5ce45439dcf7825d99df7964dffb4f185 100644
|
| --- a/components/message_port/web_message_port_channel_impl.cc
|
| +++ b/components/message_port/web_message_port_channel_impl.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string16.h"
|
| +#include "mojo/public/cpp/system/message_pipe.h"
|
| #include "third_party/WebKit/public/platform/WebMessagePortChannelClient.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/message_pipe.h"
|
|
|
| using blink::WebMessagePortChannel;
|
| using blink::WebMessagePortChannelArray;
|
|
|