Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: mojo/public/cpp/bindings/sync_dispatcher.h

Issue 218613010: Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/cpp/bindings/remote_ptr.h ('k') | mojo/public/cpp/bindings/type_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/public/cpp/bindings/remote_ptr.h ('k') | mojo/public/cpp/bindings/type_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698