Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index a4ac77f778360e0afec75be58c221fccce75f97b..a3a8f3618c09afaaf51c25de9e3b78a969007ce6 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -1909,7 +1909,7 @@ IPC_BEGIN_MESSAGES(ViewHost) |
IPC_MESSAGE_ROUTED2(ViewHostMsg_DidGetApplicationInfo, |
int32 /* page_id */, |
- webkit_glue::WebApplicationInfo) |
+ WebApplicationInfo) |
// Provides the result from running OnMsgShouldClose. |proceed| matches the |
// return value of the the frame's shouldClose method (which includes the |