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

Unified Diff: sandbox/src/broker_services.h

Issue 9959018: Use ScopedProcessInformation and other RAII types in sandbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
Index: sandbox/src/broker_services.h
diff --git a/sandbox/src/broker_services.h b/sandbox/src/broker_services.h
index 3e57dd2a2d291682bac93be488e407d83568d2ee..1d0cf268818283a2815f134852889ea663775ce1 100644
--- a/sandbox/src/broker_services.h
+++ b/sandbox/src/broker_services.h
@@ -40,7 +40,7 @@ class BrokerServicesBase : public BrokerServices,
virtual ResultCode SpawnTarget(const wchar_t* exe_path,
const wchar_t* command_line,
TargetPolicy* policy,
- PROCESS_INFORMATION* target);
+ base::win::ScopedProcessInformation* target);
virtual ResultCode WaitForAllTargets();

Powered by Google App Engine
This is Rietveld 408576698