| Index: content/public/browser/render_view_host_delegate.h
|
| diff --git a/content/public/browser/render_view_host_delegate.h b/content/public/browser/render_view_host_delegate.h
|
| index 4d437604a28e7dc5d459bdd677de6862c4c3856d..17a4dc9795cb1432ff0e01cb9befe95a0e07325a 100644
|
| --- a/content/public/browser/render_view_host_delegate.h
|
| +++ b/content/public/browser/render_view_host_delegate.h
|
| @@ -32,7 +32,10 @@ struct ViewHostMsg_DidFailProvisionalLoadWithError_Params;
|
| struct ViewHostMsg_FrameNavigate_Params;
|
| struct WebDropData;
|
| struct WebMenuItem;
|
| +
|
| +namespace webkit_glue {
|
| struct WebPreferences;
|
| +}
|
|
|
| namespace base {
|
| class ListValue;
|
| @@ -348,7 +351,7 @@ class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener {
|
|
|
| // Returns a WebPreferences object that will be used by the renderer
|
| // associated with the owning render view host.
|
| - virtual WebPreferences GetWebkitPrefs();
|
| + virtual webkit_glue::WebPreferences GetWebkitPrefs();
|
|
|
| // Notification the user has made a gesture while focus was on the
|
| // page. This is used to avoid uninitiated user downloads (aka carpet
|
|
|