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

Unified Diff: sandbox/linux/syscall_broker/broker_process.h

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.h
diff --git a/sandbox/linux/syscall_broker/broker_process.h b/sandbox/linux/syscall_broker/broker_process.h
index d5b521b996c622801eb6f29f760c32bd4617cbb9..c5f7d64e18287e7b801d6f871016c08b83d4d343 100644
--- a/sandbox/linux/syscall_broker/broker_process.h
+++ b/sandbox/linux/syscall_broker/broker_process.h
@@ -19,8 +19,8 @@
namespace sandbox {
namespace syscall_broker {
+
class BrokerClient;
-}
// Create a new "broker" process to which we can send requests via an IPC
// channel by forking the current process.
@@ -83,6 +83,8 @@ class SANDBOX_EXPORT BrokerProcess {
friend class BrokerProcessTestHelper;
};
+} // namespace syscall_broker
+
} // namespace sandbox
#endif // SANDBOX_LINUX_SERVICES_BROKER_PROCESS_H_

Powered by Google App Engine
This is Rietveld 408576698