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

Unified Diff: ppapi/native_client/src/trusted/plugin/nacl_subprocess.h

Issue 868273002: NaCl: Fix Chromium style warnings in src/trusted/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 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
Index: ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
diff --git a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h b/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
index 0c231c61c9d96f2f662791ef12595005e778d64c..37bb2fe24d8e6ad0620743fa291b6a4d5ad7c608 100644
--- a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
+++ b/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
@@ -31,11 +31,7 @@ class NaClSubprocess {
public:
NaClSubprocess(const std::string& description,
ServiceRuntime* service_runtime,
- SrpcClient* srpc_client)
- : description_(description),
- service_runtime_(service_runtime),
- srpc_client_(srpc_client) {
- }
+ SrpcClient* srpc_client);
virtual ~NaClSubprocess();
ServiceRuntime* service_runtime() const { return service_runtime_.get(); }
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/module_ppapi.h ('k') | ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698