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

Unified Diff: chrome/browser/sync/glue/session_model_associator.cc

Issue 14497003: Moves TabNavigation into components/sessions and renames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup 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
Index: chrome/browser/sync/glue/session_model_associator.cc
diff --git a/chrome/browser/sync/glue/session_model_associator.cc b/chrome/browser/sync/glue/session_model_associator.cc
index 92b90999e98c6674bffc85fb79314099ecb36afd..f19eb6042c42e2fe99754f1829220ce662baf31a 100644
--- a/chrome/browser/sync/glue/session_model_associator.cc
+++ b/chrome/browser/sync/glue/session_model_associator.cc
@@ -482,7 +482,8 @@ void SessionModelAssociator::SetSessionTabFromDelegate(
DCHECK(entry);
if (entry->GetVirtualURL().is_valid()) {
session_tab->navigations.push_back(
- TabNavigation::FromNavigationEntry(i, *entry));
+ components::SerializedNavigationEntry::FromNavigationEntry(i,
+ *entry));
}
}
session_tab->session_storage_persistent_id.clear();

Powered by Google App Engine
This is Rietveld 408576698