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

Unified Diff: sync/syncable/syncable_mock.h

Issue 10701085: Revert "Revert 142517 - [Sync] Refactor sync configuration logic." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test Created 8 years, 5 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
« sync/internal_api/public/sync_manager.h ('K') | « sync/syncable/directory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_mock.h
diff --git a/sync/syncable/syncable_mock.h b/sync/syncable/syncable_mock.h
index 977f9b35e13c5f46432fd045e0e49b351de28d85..5f47b731c6bc2c4b3e71797e32ca055a9eb573e3 100644
--- a/sync/syncable/syncable_mock.h
+++ b/sync/syncable/syncable_mock.h
@@ -30,7 +30,7 @@ class MockDirectory : public Directory {
MOCK_METHOD1(GetEntryByClientTag,
syncable::EntryKernel*(const std::string&));
- MOCK_METHOD1(PurgeEntriesWithTypeIn, void(syncer::ModelTypeSet));
+ MOCK_METHOD1(PurgeEntriesWithTypeIn, bool(syncer::ModelTypeSet));
private:
syncer::FakeEncryptor encryptor_;
« sync/internal_api/public/sync_manager.h ('K') | « sync/syncable/directory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698