Index: chrome/browser/ui/webui/sync_setup_handler.cc |
diff --git a/chrome/browser/ui/webui/sync_setup_handler.cc b/chrome/browser/ui/webui/sync_setup_handler.cc |
index f47174990cebde0fe594272f85f1c3500a8e3242..01397d453443e06fd11ad0d94bc9c6c0f98dc1f1 100644 |
--- a/chrome/browser/ui/webui/sync_setup_handler.cc |
+++ b/chrome/browser/ui/webui/sync_setup_handler.cc |
@@ -77,7 +77,7 @@ const char* kDataTypeNames[] = { |
"extensions", |
"passwords", |
"preferences", |
- "sessions", |
+ "tabs", |
"themes", |
"typedUrls" |
}; |
@@ -89,7 +89,7 @@ const syncer::ModelType kDataTypes[] = { |
syncer::EXTENSIONS, |
syncer::PASSWORDS, |
syncer::PREFERENCES, |
- syncer::SESSIONS, |
+ syncer::TABS, |
syncer::THEMES, |
syncer::TYPED_URLS |
}; |