Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/installer-lib/process.h

Issue 29329510: Issue #1186 - Style conformity for names in installer tests (Closed)
Patch Set: Created Nov. 14, 2015, 5:55 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « installer/src/custom-action/close_application.cpp ('k') | installer/src/installer-lib/property.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/installer-lib/process.h
===================================================================
--- a/installer/src/installer-lib/process.h
+++ b/installer/src/installer-lib/process.h
@@ -144,7 +144,7 @@
/**
* Extractor that copies only the PID.
*/
-struct CopyPID
+struct CopyPid
: public std::unary_function<PROCESSENTRY32W, DWORD>
{
inline DWORD operator()(const PROCESSENTRY32W& process)
@@ -620,7 +620,7 @@
/**
* Copy function object copies just the process ID.
*/
- CopyPID copy;
+ CopyPid copy;
/**
* Snapshot of running processes.
« no previous file with comments | « installer/src/custom-action/close_application.cpp ('k') | installer/src/installer-lib/property.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld