summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 18:05:55 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 18:05:55 +0000
commite6afc404a37f4889726ea73dd788bd52c1fd3c38 (patch)
treed45dea5827e7e17c04b84ed4a9499059e44ee132 /ipc
parentfca4d211ce0632820aef5e5e5ffbc759c5628fd1 (diff)
downloadchromium_src-e6afc404a37f4889726ea73dd788bd52c1fd3c38.zip
chromium_src-e6afc404a37f4889726ea73dd788bd52c1fd3c38.tar.gz
chromium_src-e6afc404a37f4889726ea73dd788bd52c1fd3c38.tar.bz2
Revert "Bring up Firefox Password Import Unittest on OS X."
This reverts commit 63381b4554b1190c8a87583a5c5f403815e44e83. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_sync_message_unittest.h2
-rw-r--r--ipc/ipc_tests.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_sync_message_unittest.h b/ipc/ipc_sync_message_unittest.h
index 06c9af0..7b252b5 100644
--- a/ipc/ipc_sync_message_unittest.h
+++ b/ipc/ipc_sync_message_unittest.h
@@ -95,4 +95,4 @@ IPC_BEGIN_MESSAGES(Test)
IPC_SYNC_MESSAGE_ROUTED3_3(Msg_R_3_3, int, std::string, bool, std::string,
int, bool)
-IPC_END_MESSAGES(Test)
+IPC_END_MESSAGES(TestMsg)
diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc
index 7094308..172284e 100644
--- a/ipc/ipc_tests.cc
+++ b/ipc/ipc_tests.cc
@@ -270,7 +270,7 @@ TEST_F(IPCChannelTest, ChannelProxyTest) {
L"RunTestClient",
fds_to_map,
debug_on_start);
-#endif // defined(OS_POSIX)
+#endif // defined(OS_POXIX)
ASSERT_TRUE(process_handle);