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

Unified Diff: installer/src/custom-action/close_application.cpp

Issue 5665210325008384: Combine snapshot classes into a template class (Closed)
Patch Set: Created April 3, 2014, 4:51 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 | « no previous file | installer/src/installer-lib/handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/custom-action/close_application.cpp
===================================================================
--- a/installer/src/custom-action/close_application.cpp
+++ b/installer/src/custom-action/close_application.cpp
@@ -15,12 +15,11 @@
const wchar_t * engine_names[] = { L"AdblockPlusEngine.exe" } ;
const wchar_t * abp_module_names[] = { L"AdblockPlus32.dll", L"AdblockPlus64.dll" } ;
-
//-------------------------------------------------------
//-------------------------------------------------------
class IE_Closer
{
- Snapshot snapshot ;
+ Process_Snapshot snapshot ;
Process_Closer ie_closer ;
« no previous file with comments | « no previous file | installer/src/installer-lib/handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld