| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index b6bc9aed107ae87f601a55bc76df495d911bc83c..0f2d4cf6e29a681a6332c1a6aad7691ce9353528 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -2052,9 +2052,8 @@ void TabContents::OnCrashedWorker() {
|
| NULL, true));
|
| }
|
|
|
| -void TabContents::OnDidGetApplicationInfo(
|
| - int32 page_id,
|
| - const webkit_glue::WebApplicationInfo& info) {
|
| +void TabContents::OnDidGetApplicationInfo(int32 page_id,
|
| + const WebApplicationInfo& info) {
|
| web_app_info_ = info;
|
|
|
| if (delegate())
|
|
|