Index: content/test/test_render_frame_host.cc |
diff --git a/content/test/test_render_frame_host.cc b/content/test/test_render_frame_host.cc |
index 1a11e5a7071f3cf2ffbb9fa7b2c9395ff69a75dd..1bfcd374954cbd87a97384f25272d919a5cd26a4 100644 |
--- a/content/test/test_render_frame_host.cc |
+++ b/content/test/test_render_frame_host.cc |
@@ -336,7 +336,7 @@ void TestRenderFrameHost::SendNavigateWithParameters( |
// When the user hits enter in the Omnibox without changing the URL, Blink |
// behaves similarly to a reload and does not change the item and document |
// sequence numbers. Simulate this behavior here too. |
- if (transition == ui::PAGE_TRANSITION_TYPED) { |
+ if (PageTransitionCoreTypeIs(transition, ui::PAGE_TRANSITION_TYPED)) { |
const NavigationEntryImpl* entry = |
static_cast<NavigationEntryImpl*>(frame_tree_node() |
->navigator() |