| Index: update_attempter_unittest.cc | 
| diff --git a/update_attempter_unittest.cc b/update_attempter_unittest.cc | 
| index 3c802b7b2b0dd29be60e65d9e70948318ffb6f8c..b8d85a1141f0081259ba2fbe79b971e9567d50d6 100644 | 
| --- a/update_attempter_unittest.cc | 
| +++ b/update_attempter_unittest.cc | 
| @@ -78,7 +78,7 @@ TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) { | 
| OmahaRequestAction omaha_request_action(NULL, params, NULL, NULL); | 
| EXPECT_EQ(kActionCodeOmahaRequestError, | 
| GetErrorCodeForAction(&omaha_request_action, kActionCodeError)); | 
| -  OmahaResponseHandlerAction omaha_response_handler_action; | 
| +  OmahaResponseHandlerAction omaha_response_handler_action(&prefs_); | 
| EXPECT_EQ(kActionCodeOmahaResponseHandlerError, | 
| GetErrorCodeForAction(&omaha_response_handler_action, | 
| kActionCodeError)); | 
|  |