| Index: content/public/test/render_view_test.h
|
| diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
|
| index a14e4ec1ef441d92b1fc0bc802620a5c64d28f0d..d1db03f671573296a0199046576c40e0968558da 100644
|
| --- a/content/public/test/render_view_test.h
|
| +++ b/content/public/test/render_view_test.h
|
| @@ -169,9 +169,9 @@ class RenderViewTest : public testing::Test, blink::WebLeakDetectorClient {
|
|
|
| // These are all methods from RenderViewImpl that we expose to testing code.
|
| bool OnMessageReceived(const IPC::Message& msg);
|
| - void DidNavigateWithinPage(blink::WebLocalFrame* frame,
|
| - bool is_new_navigation,
|
| - bool content_initiated);
|
| + void OnSameDocumentNavigation(blink::WebLocalFrame* frame,
|
| + bool is_new_navigation,
|
| + bool content_initiated);
|
| blink::WebWidget* GetWebWidget();
|
|
|
| // Allows a subclass to override the various content client implementations.
|
|
|