| Index: chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| index c4c5852692c54c90b0e543899b817083836eb05c..4398d73a49619b76644fabf557a0a8f6daa1fdb6 100644
|
| --- a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| @@ -80,7 +80,7 @@ void SessionsSyncPerfTest::RemoveTabs(int profile) {
|
|
|
| int SessionsSyncPerfTest::GetTabCount(int profile) {
|
| int tab_count = 0;
|
| - const sync_driver::SyncedSession* local_session;
|
| + const sync_sessions::SyncedSession* local_session;
|
| SyncedSessionVector sessions;
|
|
|
| if (!GetLocalSession(profile, &local_session)) {
|
|
|