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 91995c7829025d3a802fc3a1db9d96bb80c85db2..b02b5788d6298e0d8877c30ecf1377f1f20c7af4 100644 |
--- a/chrome/browser/tab_contents/tab_contents.cc |
+++ b/chrome/browser/tab_contents/tab_contents.cc |
@@ -2054,9 +2054,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()) |