| 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 efcf56cf166437b8cdbee91b842bf8c35d27e647..7ba5666e7e5b9130d478a5666d55fbcb07b2922d 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 {
|
| @@ -671,8 +671,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,
|
|
|