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

Unified Diff: chrome/test/live_sync/single_client_live_sessions_sync_test.cc

Issue 5705004: [SYNC] Sessions datatype refactor. Most things related to sessions under-the-... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase Created 9 years, 11 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/test/live_sync/single_client_live_sessions_sync_test.cc
===================================================================
--- chrome/test/live_sync/single_client_live_sessions_sync_test.cc (revision 70604)
+++ chrome/test/live_sync/single_client_live_sessions_sync_test.cc (working copy)
@@ -18,8 +18,8 @@
"Waiting for session change."));
// Get foreign session data from client 0.
- ScopedVector<ForeignSession> sessions;
- ASSERT_TRUE(GetSessionData(0, &sessions.get()));
+ std::vector<const ForeignSession*> sessions;
+ ASSERT_FALSE(GetSessionData(0, &sessions));
ASSERT_EQ(0U, sessions.size());
// Verify client didn't change.
« no previous file with comments | « chrome/test/live_sync/live_sessions_sync_test.h ('k') | chrome/test/live_sync/two_client_live_sessions_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698