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

Unified Diff: installer/src/installer-lib/test/custom-action-fail.cpp

Issue 5219280069066752: Issue #1186 - Change names that appear in the custom action (Closed)
Patch Set: Created Jan. 4, 2015, 7 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
Index: installer/src/installer-lib/test/custom-action-fail.cpp
===================================================================
--- a/installer/src/installer-lib/test/custom-action-fail.cpp
+++ b/installer/src/installer-lib/test/custom-action-fail.cpp
@@ -24,6 +24,6 @@
fail( MSIHANDLE session_handle )
{
// Instantiate the session object in order to get begin/end log entries.
- Immediate_Session session( session_handle, "fail" ) ;
+ ImmediateSession session( session_handle, "fail" ) ;
return ERROR_INSTALL_FAILURE ;
}

Powered by Google App Engine
This is Rietveld