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

Unified Diff: components/sync/driver/about_sync_util_unittest.cc

Issue 2258873003: [Sync] Move sessions/ to engine/cycle/ and rename things to match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 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 | « components/sync/driver/about_sync_util.cc ('k') | components/sync/driver/backend_migrator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/about_sync_util_unittest.cc
diff --git a/components/sync/driver/about_sync_util_unittest.cc b/components/sync/driver/about_sync_util_unittest.cc
index 37bfd05647d7cfca33805e5aa5e2c0b91bf2d47a..e6e7ac5f5316b9e6c2b9532b323cafb5f27c48b8 100644
--- a/components/sync/driver/about_sync_util_unittest.cc
+++ b/components/sync/driver/about_sync_util_unittest.cc
@@ -33,9 +33,8 @@ class SyncServiceMock : public sync_driver::FakeSyncService {
return base::string16(base::ASCIIToUTF16("none"));
}
- syncer::sessions::SyncSessionSnapshot GetLastSessionSnapshot()
- const override {
- return syncer::sessions::SyncSessionSnapshot();
+ syncer::SyncCycleSnapshot GetLastCycleSnapshot() const override {
+ return syncer::SyncCycleSnapshot();
}
};
« no previous file with comments | « components/sync/driver/about_sync_util.cc ('k') | components/sync/driver/backend_migrator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698