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

Unified Diff: ipc/ipc_send_fds_test.cc

Issue 11865015: Move IPC tests into anonymous namespaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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 | « ipc/ipc_perftests.cc ('k') | ipc/ipc_sync_channel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_send_fds_test.cc
diff --git a/ipc/ipc_send_fds_test.cc b/ipc/ipc_send_fds_test.cc
index 06a4660ef9b36c9c1c1982c231dab1bb591cb44f..68b22326c98376b75fa1ae4a4d9ce30a13ac09fa 100644
--- a/ipc/ipc_send_fds_test.cc
+++ b/ipc/ipc_send_fds_test.cc
@@ -129,8 +129,6 @@ int TestDescriptorClient(ino_t expected_inode_num) {
return 0;
}
-} // namespace
-
class IPCSendFdsTest : public IPCTestBase {
};
@@ -203,4 +201,6 @@ TEST_F(IPCSendFdsTest, DescriptorTest) {
TestDescriptorServer(chan, process_handle);
}
+} // namespace
+
#endif // defined(OS_POSIX)
« no previous file with comments | « ipc/ipc_perftests.cc ('k') | ipc/ipc_sync_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698