| Index: third_party/mojo/src/mojo/edk/system/transport_data.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/transport_data.cc b/third_party/mojo/src/mojo/edk/system/transport_data.cc
|
| index 71b444630fb5c336c68e19c04ddf18e3f68bb7af..9bcecc4fa9cabac668ce6590d0f9590293eaf39c 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/transport_data.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/transport_data.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/system/transport_data.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/transport_data.h"
|
|
|
| #include <string.h>
|
|
|
| #include "base/logging.h"
|
| -#include "mojo/edk/system/channel.h"
|
| -#include "mojo/edk/system/configuration.h"
|
| -#include "mojo/edk/system/message_in_transit.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/configuration.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_in_transit.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|