summaryrefslogtreecommitdiffstats
path: root/chrome/browser/session_service_test_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/session_service_test_helper.cc')
-rw-r--r--chrome/browser/session_service_test_helper.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/session_service_test_helper.cc b/chrome/browser/session_service_test_helper.cc
index 384e30c..4155d71 100644
--- a/chrome/browser/session_service_test_helper.cc
+++ b/chrome/browser/session_service_test_helper.cc
@@ -61,6 +61,7 @@ void SessionServiceTestHelper::AssertNavigationEquals(
const TabNavigation& expected,
const TabNavigation& actual) {
EXPECT_TRUE(expected.url == actual.url);
+ EXPECT_EQ(expected.referrer, actual.referrer);
EXPECT_EQ(expected.title, actual.title);
EXPECT_EQ(expected.state, actual.state);
EXPECT_EQ(expected.transition, actual.transition);