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

Unified Diff: mojo/public/platform/nacl/mojo_irt.h

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/platform/nacl/mojo_initial_handle.h ('k') | mojo/public/platform/nacl/mojo_main_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/nacl/mojo_irt.h
diff --git a/third_party/mojo/src/mojo/public/platform/nacl/mojo_irt.h b/mojo/public/platform/nacl/mojo_irt.h
similarity index 89%
rename from third_party/mojo/src/mojo/public/platform/nacl/mojo_irt.h
rename to mojo/public/platform/nacl/mojo_irt.h
index 61aa443b8a0a46f109edd89b569d6f3b2ff691fd..db3a180ffd333748115a2fc18647b4360d56271b 100644
--- a/third_party/mojo/src/mojo/public/platform/nacl/mojo_irt.h
+++ b/mojo/public/platform/nacl/mojo_irt.h
@@ -5,13 +5,13 @@
// WARNING this file was generated by generate_nacl_bindings.py
// Do not edit by hand.
-#ifndef THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_PLATFORM_NACL_MOJO_IRT_H_
-#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_PLATFORM_NACL_MOJO_IRT_H_
+#ifndef MOJO_PUBLIC_PLATFORM_NACL_MOJO_IRT_H_
+#define MOJO_PUBLIC_PLATFORM_NACL_MOJO_IRT_H_
-#include "third_party/mojo/src/mojo/public/c/system/buffer.h"
-#include "third_party/mojo/src/mojo/public/c/system/data_pipe.h"
-#include "third_party/mojo/src/mojo/public/c/system/message_pipe.h"
-#include "third_party/mojo/src/mojo/public/c/system/types.h"
+#include "mojo/public/c/system/buffer.h"
+#include "mojo/public/c/system/data_pipe.h"
+#include "mojo/public/c/system/message_pipe.h"
+#include "mojo/public/c/system/types.h"
#define NACL_IRT_MOJO_v0_1 "nacl-irt-mojo-0.1"
@@ -97,4 +97,4 @@ size_t mojo_irt_query(const char* interface_ident,
}
#endif
-#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_PLATFORM_NACL_MOJO_IRT_H_
+#endif // MOJO_PUBLIC_PLATFORM_NACL_MOJO_IRT_H_
« no previous file with comments | « mojo/public/platform/nacl/mojo_initial_handle.h ('k') | mojo/public/platform/nacl/mojo_main_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698