Index: content/test/layouttest_support.cc |
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc |
index a81ea140db2006e621acd2d8a030cdec38e9df45..4430a4671177ad86048abe53e063f4e3311b38d3 100644 |
--- a/content/test/layouttest_support.cc |
+++ b/content/test/layouttest_support.cc |
@@ -151,8 +151,8 @@ |
GetLocalSessionHistoryLengthForTesting(); |
} |
-void ForcePageStateFlush(RenderView* render_view) { |
- static_cast<RenderViewImpl*>(render_view)->ForcePageStateFlushForTesting(); |
+void SyncNavigationState(RenderView* render_view) { |
+ static_cast<RenderViewImpl*>(render_view)->SyncNavigationState(); |
} |
void SetFocusAndActivate(RenderView* render_view, bool enable) { |