| Index: chrome/browser/render_view_host_delegate.h
|
| ===================================================================
|
| --- chrome/browser/render_view_host_delegate.h (revision 3674)
|
| +++ chrome/browser/render_view_host_delegate.h (working copy)
|
| @@ -167,7 +167,7 @@
|
|
|
| // The page's encoding was changed and should be updated.
|
| virtual void UpdateEncoding(RenderViewHost* render_view_host,
|
| - const std::wstring& encoding_name) { }
|
| + const std::wstring& encoding) { }
|
|
|
| // The destination URL has changed should be updated
|
| virtual void UpdateTargetURL(int32 page_id, const GURL& url) { }
|
|
|