| Index: content/public/renderer/render_view.h
|
| diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
|
| index 14020aebf208296b06c5435663bf5c1e19659d06..9253c7603de21793d320f1cca1ffc1efc6d92487 100644
|
| --- a/content/public/renderer/render_view.h
|
| +++ b/content/public/renderer/render_view.h
|
| @@ -49,7 +49,7 @@ class CONTENT_EXPORT RenderView : public IPC::Message::Sender {
|
| virtual ~RenderView() {}
|
|
|
| // Get the routing ID of the view.
|
| - virtual int GetRoutingId() const = 0;
|
| + virtual int GetRoutingID() const = 0;
|
|
|
| // Page IDs allow the browser to identify pages in each renderer process for
|
| // keeping back/forward history in sync.
|
|
|