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

Unified Diff: chrome/test/live_sync/performance/sessions_sync_perf_test.cc

Issue 7740055: Set user-visible machine names and devices types for synced sessions. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix tests Created 9 years, 4 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/chrome_browser.gypi ('k') | chrome/test/live_sync/sessions_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/performance/sessions_sync_perf_test.cc
diff --git a/chrome/test/live_sync/performance/sessions_sync_perf_test.cc b/chrome/test/live_sync/performance/sessions_sync_perf_test.cc
index 23a08efb101331f9ba1d5e4246cea411643e779f..ecc5b252cf68ac1b506c916a604e518995e6e247 100644
--- a/chrome/test/live_sync/performance/sessions_sync_perf_test.cc
+++ b/chrome/test/live_sync/performance/sessions_sync_perf_test.cc
@@ -72,7 +72,7 @@ void SessionsSyncPerfTest::RemoveTabs(int profile) {
int SessionsSyncPerfTest::GetTabCount(int profile) {
int tab_count = 0;
- const SyncedSession* local_session;
+ const browser_sync::SyncedSession* local_session;
SyncedSessionVector sessions;
if (!GetLocalSession(profile, &local_session)) {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/live_sync/sessions_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698