OLD | NEW |
---|---|
(Empty) | |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #ifndef IPC_IPC_CHANNEL_UNITTEST_H_ | |
6 #define IPC_IPC_CHANNEL_UNITTEST_H_ | |
7 | |
8 #include "ipc/ipc_test_base.h" | |
9 | |
10 class IPCChannelTest : public IPCTestBase { | |
jam
2013/01/09 21:56:53
what's the point of this file? i.e. why can't whoe
viettrungluu
2013/01/09 22:15:50
ipc_send_fds_test.cc adds (POSIX-only) tests to IP
| |
11 }; | |
12 | |
13 #endif // IPC_IPC_CHANNEL_UNITTEST_H_ | |
OLD | NEW |