| Index: chrome/browser/extensions/tab_helper.h | 
| diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h | 
| index 8e8fef99e28c17aa8ee96a893302eb3906539e40..907a13e4c1b8fda8a12e5b8773165199dfb9c31f 100644 | 
| --- a/chrome/browser/extensions/tab_helper.h | 
| +++ b/chrome/browser/extensions/tab_helper.h | 
| @@ -160,7 +160,7 @@ class TabHelper : public content::WebContentsObserver, | 
| virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE; | 
|  | 
| // Message handlers. | 
| -  void OnDidGetApplicationInfo(const WebApplicationInfo& info); | 
| +  void OnDidGetWebApplicationInfo(const WebApplicationInfo& info); | 
| void OnInlineWebstoreInstall(int install_id, | 
| int return_route_id, | 
| const std::string& webstore_item_id, | 
|  |