| Index: chrome/browser/renderer_host/render_view_host.h
|
| diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h
|
| index 97d1f5b05a82270c52914ca5bbfb769e73b26a61..9c3b96a7a2a1616c1d88e933f6b5206e2208a4c4 100644
|
| --- a/chrome/browser/renderer_host/render_view_host.h
|
| +++ b/chrome/browser/renderer_host/render_view_host.h
|
| @@ -44,6 +44,7 @@ struct ViewHostMsg_PageHasOSDD_Type;
|
| struct ViewHostMsg_RunFileChooser_Params;
|
| struct ViewHostMsg_ShowNotification_Params;
|
| struct ViewMsg_Navigate_Params;
|
| +struct WebApplicationInfo;
|
| struct WebDropData;
|
| struct WebPreferences;
|
| struct UserMetricsAction;
|
| @@ -58,7 +59,6 @@ class FormField;
|
| struct PasswordForm;
|
| struct PasswordFormFillData;
|
| struct WebAccessibility;
|
| -struct WebApplicationInfo;
|
| } // namespace webkit_glue
|
|
|
| namespace WebKit {
|
| @@ -668,8 +668,7 @@ class RenderViewHost : public RenderWidgetHost {
|
| const std::string& data,
|
| int32 status);
|
|
|
| - void OnDidGetApplicationInfo(int32 page_id,
|
| - const webkit_glue::WebApplicationInfo& info);
|
| + void OnDidGetApplicationInfo(int32 page_id, const WebApplicationInfo& info);
|
| void OnMsgShouldCloseACK(bool proceed);
|
| void OnQueryFormFieldAutoFill(int request_id,
|
| bool form_autofilled,
|
|
|