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

Unified Diff: mojo/embedder/platform_channel_pair.h

Issue 203373004: Mojo: Move mojo/system/embedder to mojo/embedder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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 | « mojo/embedder/embedder_unittest.cc ('k') | mojo/embedder/platform_channel_pair.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/embedder/platform_channel_pair.h
diff --git a/mojo/system/embedder/platform_channel_pair.h b/mojo/embedder/platform_channel_pair.h
similarity index 93%
rename from mojo/system/embedder/platform_channel_pair.h
rename to mojo/embedder/platform_channel_pair.h
index 39c45a4bcfad34ad3839a2274a86d3af8d722cd2..f0629d6917ce28b726f858c7a53944c6cff12d8c 100644
--- a/mojo/system/embedder/platform_channel_pair.h
+++ b/mojo/embedder/platform_channel_pair.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SYSTEM_EMBEDDER_PLATFORM_CHANNEL_PAIR_H_
-#define MOJO_SYSTEM_EMBEDDER_PLATFORM_CHANNEL_PAIR_H_
+#ifndef MOJO_EMBEDDER_PLATFORM_CHANNEL_PAIR_H_
+#define MOJO_EMBEDDER_PLATFORM_CHANNEL_PAIR_H_
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/process/launch.h"
#include "build/build_config.h"
-#include "mojo/system/embedder/scoped_platform_handle.h"
+#include "mojo/embedder/scoped_platform_handle.h"
#include "mojo/system/system_impl_export.h"
namespace base {
@@ -86,4 +86,4 @@ class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair {
} // namespace embedder
} // namespace mojo
-#endif // MOJO_SYSTEM_EMBEDDER_PLATFORM_CHANNEL_PAIR_H_
+#endif // MOJO_EMBEDDER_PLATFORM_CHANNEL_PAIR_H_
« no previous file with comments | « mojo/embedder/embedder_unittest.cc ('k') | mojo/embedder/platform_channel_pair.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698