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

Unified Diff: mojo/system/remote_message_pipe_unittest.cc

Issue 183873006: Mojo: Enable RemoteMessagePipeTest on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: components fix Created 6 years, 10 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/system/remote_message_pipe_posix_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « mojo/system/remote_message_pipe_posix_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698