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

Unified Diff: sandbox/linux/syscall_broker/broker_process_unittest.cc

Issue 701443004: Linux sandbox: change the return type of HandleRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: sandbox/linux/syscall_broker/broker_process_unittest.cc
diff --git a/sandbox/linux/syscall_broker/broker_process_unittest.cc b/sandbox/linux/syscall_broker/broker_process_unittest.cc
index e7d5442c3b1ac656096ed6465258a2c1bd886f64..16a64656d268482d2d36f5bf4947d41abb4be4e4 100644
--- a/sandbox/linux/syscall_broker/broker_process_unittest.cc
+++ b/sandbox/linux/syscall_broker/broker_process_unittest.cc
@@ -31,6 +31,8 @@
namespace sandbox {
+namespace syscall_broker {
+
class BrokerProcessTestHelper {
public:
static int get_ipc_socketpair(const BrokerProcess* broker) {
@@ -472,4 +474,6 @@ SANDBOX_TEST_ALLOW_NOISE(BrokerProcess, RecvMsgDescriptorLeak) {
SANDBOX_ASSERT(0 == IGNORE_EINTR(close(fd)));
}
+} // namespace syscall_broker
+
} // namespace sandbox
« sandbox/linux/syscall_broker/broker_host.cc ('K') | « sandbox/linux/syscall_broker/broker_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698