| Index: chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration_unittest.mm b/chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration_unittest.mm
|
| index 4a9feb7b62e0c8164ba75e67a7261ace7264d05f..3135f2319e2826667e44c499aad2a0ad2a4ad550 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration_unittest.mm
|
| @@ -53,6 +53,6 @@ TEST_F(WebIntentsButtonDecorationTest, IdentifiesWebIntentService) {
|
| decoration_.Update(contents.get());
|
| EXPECT_TRUE(decoration_.IsVisible());
|
|
|
| - dispatcher->SendReplyMessage(webkit_glue::WEB_INTENT_REPLY_SUCCESS,
|
| - string16());
|
| + dispatcher->SendReply(webkit_glue::WebIntentReply(
|
| + webkit_glue::WEB_INTENT_REPLY_SUCCESS, string16()));
|
| }
|
|
|