| Index: mojo/public/cpp/bindings/tests/message_queue.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/message_queue.h b/mojo/public/cpp/bindings/tests/message_queue.h
|
| similarity index 72%
|
| rename from third_party/mojo/src/mojo/public/cpp/bindings/tests/message_queue.h
|
| rename to mojo/public/cpp/bindings/tests/message_queue.h
|
| index 4070bafddd8b168167621effe20c21ea22c43370..c3091db4d7b6642edf7600ec85ea650438a58030 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/message_queue.h
|
| +++ b/mojo/public/cpp/bindings/tests/message_queue.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_TESTS_MESSAGE_QUEUE_H_
|
| -#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_TESTS_MESSAGE_QUEUE_H_
|
| +#ifndef MOJO_PUBLIC_CPP_BINDINGS_TESTS_MESSAGE_QUEUE_H_
|
| +#define MOJO_PUBLIC_CPP_BINDINGS_TESTS_MESSAGE_QUEUE_H_
|
|
|
| #include <queue>
|
|
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
| +#include "mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| class Message;
|
| @@ -40,4 +40,4 @@ class MessageQueue {
|
| } // namespace test
|
| } // namespace mojo
|
|
|
| -#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_TESTS_MESSAGE_QUEUE_H_
|
| +#endif // MOJO_PUBLIC_CPP_BINDINGS_TESTS_MESSAGE_QUEUE_H_
|
|
|