| Index: mojo/public/cpp/bindings/lib/message_queue.h
|
| diff --git a/mojo/public/bindings/lib/message_queue.h b/mojo/public/cpp/bindings/lib/message_queue.h
|
| similarity index 86%
|
| rename from mojo/public/bindings/lib/message_queue.h
|
| rename to mojo/public/cpp/bindings/lib/message_queue.h
|
| index d1c535babd254c3c75d5a33b6317f5f95ac54ec0..4e46b54a250097ddcbc3b538cd6c042c4425b9cf 100644
|
| --- a/mojo/public/bindings/lib/message_queue.h
|
| +++ b/mojo/public/cpp/bindings/lib/message_queue.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_PUBLIC_BINDINGS_LIB_MESSAGE_QUEUE_H_
|
| -#define MOJO_PUBLIC_BINDINGS_LIB_MESSAGE_QUEUE_H_
|
| +#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_MESSAGE_QUEUE_H_
|
| +#define MOJO_PUBLIC_CPP_BINDINGS_LIB_MESSAGE_QUEUE_H_
|
|
|
| #include <queue>
|
|
|
| @@ -44,4 +44,4 @@ class MessageQueue {
|
| } // namespace internal
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_BINDINGS_LIB_MESSAGE_QUEUE_H_
|
| +#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_MESSAGE_QUEUE_H_
|
|
|