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

Unified Diff: mojo/public/c/include/mojo/bindings/interface.h

Issue 2232833003: Change the canonical way to include the C bindings headers to <mojo/bindings/*.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_mojo_tests
Patch Set: rebased Created 4 years, 4 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
Index: mojo/public/c/include/mojo/bindings/interface.h
diff --git a/mojo/public/c/bindings/interface.h b/mojo/public/c/include/mojo/bindings/interface.h
similarity index 82%
rename from mojo/public/c/bindings/interface.h
rename to mojo/public/c/include/mojo/bindings/interface.h
index 8e8fc70ce8338bcd3b4d0607a3c2d4cb85a6925d..fcf2b1e2e0b21c09868d7bd7b410822ea0b5bf07 100644
--- a/mojo/public/c/bindings/interface.h
+++ b/mojo/public/c/include/mojo/bindings/interface.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_C_BINDINGS_INTERFACE_H_
-#define MOJO_PUBLIC_C_BINDINGS_INTERFACE_H_
+#ifndef MOJO_PUBLIC_C_INCLUDE_MOJO_BINDINGS_INTERFACE_H_
+#define MOJO_PUBLIC_C_INCLUDE_MOJO_BINDINGS_INTERFACE_H_
#include <mojo/macros.h>
#include <mojo/system/handle.h>
@@ -24,4 +24,4 @@ MOJO_STATIC_ASSERT(sizeof(struct MojomInterfaceData) == 8,
MOJO_END_EXTERN_C
-#endif // MOJO_PUBLIC_C_BINDINGS_INTERFACE_H_
+#endif // MOJO_PUBLIC_C_INCLUDE_MOJO_BINDINGS_INTERFACE_H_
« no previous file with comments | « mojo/public/c/include/mojo/bindings/buffer.h ('k') | mojo/public/c/include/mojo/bindings/internal/type_descriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698