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

Unified Diff: mojo/common/scoped_message_pipe.cc

Issue 64973002: Moves some files into mojo/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: mojo/common/scoped_message_pipe.cc
diff --git a/mojo/shell/scoped_message_pipe.cc b/mojo/common/scoped_message_pipe.cc
similarity index 86%
rename from mojo/shell/scoped_message_pipe.cc
rename to mojo/common/scoped_message_pipe.cc
index 863e140b83e3498754f7fd2370ba8e0a5d8f7d18..cee13bb21cff95fb667bb9fafcaeae6410dc2ca2 100644
--- a/mojo/shell/scoped_message_pipe.cc
+++ b/mojo/common/scoped_message_pipe.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/shell/scoped_message_pipe.h"
+#include "mojo/common/scoped_message_pipe.h"
namespace mojo {
-namespace shell {
+namespace common {
ScopedMessagePipe::ScopedMessagePipe()
: handle_0_(MOJO_HANDLE_INVALID),
@@ -21,5 +21,5 @@ ScopedMessagePipe::~ScopedMessagePipe() {
MojoClose(handle_1_);
}
-} // namespace shell
+} // namespace common
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698