| 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
|
|
|