| Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/message_queue.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/message_queue.h b/third_party/mojo/src/mojo/public/cpp/bindings/tests/message_queue.h
|
| index c47ca99c4ca23dae960177965c026badcc8c5384..4070bafddd8b168167621effe20c21ea22c43370 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/message_queue.h
|
| +++ b/third_party/mojo/src/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 MOJO_PUBLIC_CPP_BINDINGS_LIB_MESSAGE_QUEUE_H_
|
| -#define MOJO_PUBLIC_CPP_BINDINGS_LIB_MESSAGE_QUEUE_H_
|
| +#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_
|
|
|
| #include <queue>
|
|
|
| -#include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| class Message;
|
| @@ -40,4 +40,4 @@ class MessageQueue {
|
| } // namespace test
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_MESSAGE_QUEUE_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_TESTS_MESSAGE_QUEUE_H_
|
|
|