| Index: third_party/mojo/src/mojo/edk/system/channel_test_base.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/channel_test_base.h b/third_party/mojo/src/mojo/edk/system/channel_test_base.h
|
| index 1871886941fac7bec207566267cac20e61eba9fa..47d84e02fd6731b62d479326201b5bccc0b85d12 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/channel_test_base.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/channel_test_base.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_EDK_SYSTEM_CHANNEL_TEST_BASE_H_
|
| -#define MOJO_EDK_SYSTEM_CHANNEL_TEST_BASE_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CHANNEL_TEST_BASE_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CHANNEL_TEST_BASE_H_
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/test/test_io_thread.h"
|
| -#include "mojo/edk/embedder/simple_platform_support.h"
|
| -#include "mojo/edk/system/channel.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
| @@ -64,4 +64,4 @@ class ChannelTestBase : public testing::Test {
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_CHANNEL_TEST_BASE_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CHANNEL_TEST_BASE_H_
|
|
|