Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2610)

Unified Diff: chrome/browser/sessions/session_service_test_helper.h

Issue 14497003: Moves TabNavigation into components/sessions and renames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really remove webkit_support Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sessions/session_service.cc ('k') | chrome/browser/sessions/session_service_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2269c1206d0f02420f0c48f68425282f1244e994 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 sessions {
+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 sessions::SerializedNavigationEntry& expected,
+ const sessions::SerializedNavigationEntry& actual);
void AssertSingleWindowWithSingleTab(
const std::vector<SessionWindow*>& windows,
« no previous file with comments | « chrome/browser/sessions/session_service.cc ('k') | chrome/browser/sessions/session_service_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698