Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index d4f4132b354f9627fa9b3e03eea106fa14046735..80d7cec2068c23cf55a68fe7ebd0052f0cec611c 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -1899,7 +1899,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 |