Index: components/sessions/core/serialized_navigation_entry_test_helper.h |
diff --git a/components/sessions/core/serialized_navigation_entry_test_helper.h b/components/sessions/core/serialized_navigation_entry_test_helper.h |
index cc2e24cd934d7122bbf3cb6fba9da424f1b34f25..880f07b94c84dbd6b41b19c515e106bf3ee3d755 100644 |
--- a/components/sessions/core/serialized_navigation_entry_test_helper.h |
+++ b/components/sessions/core/serialized_navigation_entry_test_helper.h |
@@ -48,6 +48,10 @@ extern const GURL kRedirectURL1; |
extern const GURL kOtherURL; |
extern const int kPageID; |
extern const SerializedNavigationEntry::PasswordState kPasswordState; |
+extern const std::string kExtendedInfoKey1; |
+extern const std::string kExtendedInfoKey2; |
+extern const std::string kExtendedInfoValue1; |
+extern const std::string kExtendedInfoValue2; |
} // namespace test_data |