| Index: mojo/system/remote_message_pipe_unittest.cc
|
| diff --git a/mojo/system/remote_message_pipe_posix_unittest.cc b/mojo/system/remote_message_pipe_unittest.cc
|
| similarity index 99%
|
| rename from mojo/system/remote_message_pipe_posix_unittest.cc
|
| rename to mojo/system/remote_message_pipe_unittest.cc
|
| index 789c1f98f6ea61c225a781249265b9fcaa68af5c..10340949809b9839938f42ea84609c75d5ca0af0 100644
|
| --- a/mojo/system/remote_message_pipe_posix_unittest.cc
|
| +++ b/mojo/system/remote_message_pipe_unittest.cc
|
| @@ -2,9 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// TODO(vtl): The POSIX-specific bits have been factored out. Apply this test to
|
| -// non-POSIX once we have a non-POSIX implementation.
|
| -
|
| #include <stdint.h>
|
| #include <string.h>
|
|
|
|
|