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

Unified Diff: ipc/ipc_mojo_bootstrap.h

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase Created 4 years, 6 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 | « ipc/ipc_message_pipe_reader.cc ('k') | ipc/ipc_mojo_bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_mojo_bootstrap.h
diff --git a/ipc/mojo/ipc_mojo_bootstrap.h b/ipc/ipc_mojo_bootstrap.h
similarity index 92%
rename from ipc/mojo/ipc_mojo_bootstrap.h
rename to ipc/ipc_mojo_bootstrap.h
index 29a4dc7ee8d42606eaee53f3b0ebf90ab744dace..312003aedb275df6edb03b8471de0763d4228c4b 100644
--- a/ipc/mojo/ipc_mojo_bootstrap.h
+++ b/ipc/ipc_mojo_bootstrap.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 IPC_MOJO_IPC_MOJO_BOOTSTRAP_H_
-#define IPC_MOJO_IPC_MOJO_BOOTSTRAP_H_
+#ifndef IPC_IPC_MOJO_BOOTSTRAP_H_
+#define IPC_IPC_MOJO_BOOTSTRAP_H_
#include <stdint.h>
@@ -12,9 +12,9 @@
#include "base/macros.h"
#include "base/process/process_handle.h"
#include "build/build_config.h"
+#include "ipc/ipc.mojom.h"
#include "ipc/ipc_channel.h"
#include "ipc/ipc_listener.h"
-#include "ipc/mojo/ipc.mojom.h"
#include "mojo/public/cpp/system/message_pipe.h"
namespace IPC {
@@ -27,7 +27,7 @@ namespace IPC {
//
// This lives on IO thread other than Create(), which can be called from
// UI thread as Channel::Create() can be.
-class IPC_MOJO_EXPORT MojoBootstrap {
+class IPC_EXPORT MojoBootstrap {
public:
class Delegate {
public:
@@ -81,4 +81,4 @@ class IPC_MOJO_EXPORT MojoBootstrap {
} // namespace IPC
-#endif // IPC_MOJO_IPC_MOJO_BOOTSTRAP_H_
+#endif // IPC_IPC_MOJO_BOOTSTRAP_H_
« no previous file with comments | « ipc/ipc_message_pipe_reader.cc ('k') | ipc/ipc_mojo_bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698