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

Unified Diff: mojo/edk/system/core.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/edk/system/awakable_list.h ('k') | mojo/edk/system/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/core.h
diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h
index 1e2cd3f1bf2d74437aed7eff9039e5e9feb7468f..3c2154a798f0c46fbbe89c60cfe687cbe07859c5 100644
--- a/mojo/edk/system/core.h
+++ b/mojo/edk/system/core.h
@@ -14,11 +14,11 @@
#include "mojo/edk/system/handle_table.h"
#include "mojo/edk/system/mapping_table.h"
#include "mojo/edk/system/system_impl_export.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 "third_party/mojo/src/mojo/public/cpp/system/macros.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"
+#include "mojo/public/cpp/system/macros.h"
namespace mojo {
@@ -69,7 +69,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
// API functions, referenced below.
// These methods correspond to the API functions defined in
- // "third_party/mojo/src/mojo/public/c/system/functions.h":
+ // "mojo/public/c/system/functions.h":
MojoTimeTicks GetTimeTicksNow();
MojoResult Close(MojoHandle handle);
MojoResult Wait(MojoHandle handle,
@@ -84,7 +84,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
MojoHandleSignalsState* signals_states);
// These methods correspond to the API functions defined in
- // "third_party/mojo/src/mojo/public/c/system/message_pipe.h":
+ // "mojo/public/c/system/message_pipe.h":
MojoResult CreateMessagePipe(
const MojoCreateMessagePipeOptions* options,
MojoHandle* message_pipe_handle0,
@@ -103,7 +103,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
MojoReadMessageFlags flags);
// These methods correspond to the API functions defined in
- // "third_party/mojo/src/mojo/public/c/system/data_pipe.h":
+ // "mojo/public/c/system/data_pipe.h":
MojoResult CreateDataPipe(
const MojoCreateDataPipeOptions* options,
MojoHandle* data_pipe_producer_handle,
@@ -130,7 +130,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
uint32_t num_bytes_read);
// These methods correspond to the API functions defined in
- // "third_party/mojo/src/mojo/public/c/system/buffer.h":
+ // "mojo/public/c/system/buffer.h":
MojoResult CreateSharedBuffer(
const MojoCreateSharedBufferOptions* options,
uint64_t num_bytes,
« no previous file with comments | « mojo/edk/system/awakable_list.h ('k') | mojo/edk/system/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698