| Index: chrome/browser/sessions/session_service_test_helper.h
|
| diff --git a/chrome/browser/sessions/session_service_test_helper.h b/chrome/browser/sessions/session_service_test_helper.h
|
| index dd481c370a490da287d785912887c5da3bbdea17..0026f96fd1542d647e1033ac18322196cdf6107e 100644
|
| --- a/chrome/browser/sessions/session_service_test_helper.h
|
| +++ b/chrome/browser/sessions/session_service_test_helper.h
|
| @@ -17,7 +17,10 @@ class SessionCommand;
|
| class SessionService;
|
| struct SessionTab;
|
| struct SessionWindow;
|
| -class TabNavigation;
|
| +
|
| +namespace components {
|
| +class SerializedNavigationEntry;
|
| +}
|
|
|
| // A simple class that makes writing SessionService related tests easier.
|
|
|
| @@ -59,8 +62,9 @@ class SessionServiceTestHelper {
|
| size_t nav_count,
|
| const SessionTab& session_tab);
|
|
|
| - void AssertNavigationEquals(const TabNavigation& expected,
|
| - const TabNavigation& actual);
|
| + void AssertNavigationEquals(
|
| + const components::SerializedNavigationEntry& expected,
|
| + const components::SerializedNavigationEntry& actual);
|
|
|
| void AssertSingleWindowWithSingleTab(
|
| const std::vector<SessionWindow*>& windows,
|
|
|