Index: third_party/mojo/src/mojo/edk/embedder/platform_channel_utils_posix.h |
diff --git a/third_party/mojo/src/mojo/edk/embedder/platform_channel_utils_posix.h b/third_party/mojo/src/mojo/edk/embedder/platform_channel_utils_posix.h |
index 3073632e5098b2abbf17d46bfbb22466d9cbd110..5ec524aae1bad557a4b562e085b4ff0ec9e8dbdb 100644 |
--- a/third_party/mojo/src/mojo/edk/embedder/platform_channel_utils_posix.h |
+++ b/third_party/mojo/src/mojo/edk/embedder/platform_channel_utils_posix.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_EDK_EMBEDDER_PLATFORM_CHANNEL_UTILS_POSIX_H_ |
-#define MOJO_EDK_EMBEDDER_PLATFORM_CHANNEL_UTILS_POSIX_H_ |
+#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_PLATFORM_CHANNEL_UTILS_POSIX_H_ |
+#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_PLATFORM_CHANNEL_UTILS_POSIX_H_ |
#include <stddef.h> |
#include <sys/types.h> // For |ssize_t|. |
@@ -11,8 +11,8 @@ |
#include <deque> |
#include "base/memory/scoped_ptr.h" |
-#include "mojo/edk/embedder/platform_handle.h" |
-#include "mojo/edk/system/system_impl_export.h" |
+#include "third_party/mojo/src/mojo/edk/embedder/platform_handle.h" |
+#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h" |
struct iovec; // Declared in <sys/uio.h>. |
@@ -73,4 +73,4 @@ PlatformChannelRecvmsg(PlatformHandle h, |
} // namespace embedder |
} // namespace mojo |
-#endif // MOJO_EDK_EMBEDDER_PLATFORM_CHANNEL_UTILS_POSIX_H_ |
+#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_PLATFORM_CHANNEL_UTILS_POSIX_H_ |