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

Unified Diff: chrome/browser/sync/glue/model_associator_mock.h

Issue 6413036: Another big out-of-lining of test code. Hits a lot of gmock objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lei comments Created 9 years, 10 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
Index: chrome/browser/sync/glue/model_associator_mock.h
diff --git a/chrome/browser/sync/glue/model_associator_mock.h b/chrome/browser/sync/glue/model_associator_mock.h
index 219a20426ccea5ca2d657e3bbf60032151c4eb0b..a949932a5f6463cfbcf3f8158821b638c03a4e01 100644
--- a/chrome/browser/sync/glue/model_associator_mock.h
+++ b/chrome/browser/sync/glue/model_associator_mock.h
@@ -13,6 +13,9 @@ namespace browser_sync {
class ModelAssociatorMock : public AssociatorInterface {
public:
+ ModelAssociatorMock();
+ virtual ~ModelAssociatorMock();
+
MOCK_METHOD0(AssociateModels, bool());
MOCK_METHOD0(DisassociateModels, bool());
MOCK_METHOD1(SyncModelHasUserCreatedNodes, bool(bool* has_nodes));
« no previous file with comments | « chrome/browser/policy/mock_device_management_backend.cc ('k') | chrome/browser/sync/glue/model_associator_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698