summaryrefslogtreecommitdiffstats
path: root/sync/api/sync_change_processor_wrapper_for_test.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch to standard integer types in sync/.avi2015-12-221-0/+1
| | | | | | | | | BUG=138542 TBR=zea@chromium.org Review URL: https://codereview.chromium.org/1545553003 Cr-Commit-Position: refs/heads/master@{#366533}
* Standardize usage of virtual/override/final in sync/dcheng2014-10-211-4/+3
| | | | | | | | | | | | This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=maniscalco@chromium.org Review URL: https://codereview.chromium.org/642023004 Cr-Commit-Position: refs/heads/master@{#300499}
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-061-2/+2
| | | | | | | | BUG=417463 Review URL: https://codereview.chromium.org/629733002 Cr-Commit-Position: refs/heads/master@{#298300}
* Remove duplicated code from sync related unit tests.maniscalco@chromium.org2014-02-191-0/+38
Consolidate the various implementations of SyncChangeProcessorDelegate and fake into sync/api. Replace many of the fake SyncChangeProcessor implementations with a slightly more advanced FakeSyncChangeProcessor. TBR=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/151963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251926 0039d316-1c4b-4281-b951-d872f2087c98