| Index: mojo/public/cpp/bindings/sync_dispatcher.h
|
| diff --git a/mojo/public/bindings/sync_dispatcher.h b/mojo/public/cpp/bindings/sync_dispatcher.h
|
| similarity index 85%
|
| rename from mojo/public/bindings/sync_dispatcher.h
|
| rename to mojo/public/cpp/bindings/sync_dispatcher.h
|
| index 1117e9d0176391f7680b8d6dbcc9a02fa8759ee0..e267a17be0ea5107cf0acdfec90705e1db45bd4b 100644
|
| --- a/mojo/public/bindings/sync_dispatcher.h
|
| +++ b/mojo/public/cpp/bindings/sync_dispatcher.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_SYNC_DISPATCHER_H_
|
| -#define MOJO_PUBLIC_BINDINGS_SYNC_DISPATCHER_H_
|
| +#ifndef MOJO_PUBLIC_CPP_BINDINGS_SYNC_DISPATCHER_H_
|
| +#define MOJO_PUBLIC_CPP_BINDINGS_SYNC_DISPATCHER_H_
|
|
|
| #include "mojo/public/cpp/system/core.h"
|
|
|
| @@ -34,4 +34,4 @@ template<typename S> class SyncDispatcher {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_BINDINGS_SYNC_DISPATCHER_H_
|
| +#endif // MOJO_PUBLIC_CPP_BINDINGS_SYNC_DISPATCHER_H_
|
|
|