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

Unified Diff: sync/internal_api/public/test/test_user_share.h

Issue 10911073: NOT FOR COMMIT: Add DeviceInfo type and ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes from review comments Created 8 years, 3 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: sync/internal_api/public/test/test_user_share.h
diff --git a/sync/internal_api/public/test/test_user_share.h b/sync/internal_api/public/test/test_user_share.h
index 5322d909615f411b43852af82e9e24ea7742ee63..f74483bc886549ae93b94bf827dc2a50bdca4c27 100644
--- a/sync/internal_api/public/test/test_user_share.h
+++ b/sync/internal_api/public/test/test_user_share.h
@@ -31,14 +31,18 @@
#define SYNC_INTERNAL_API_PUBLIC_TEST_TEST_USER_SHARE_H_
#include "base/basictypes.h"
+#include "sync/internal_api/public/base/model_type.h"
#include "sync/internal_api/public/user_share.h"
namespace syncer {
class SyncEncryptionHandler;
-
class TestDirectorySetterUpper;
+namespace syncable {
+ class MockTransactionObserver;
+}
+
class TestUserShare {
public:
TestUserShare();
@@ -61,6 +65,8 @@ class TestUserShare {
// methods normally handled via the SyncBackendHost
SyncEncryptionHandler* encryption_handler();
+ syncable::MockTransactionObserver* transaction_observer();
Nicolas Zea 2012/09/14 19:15:08 comment about method
rlarocque 2012/09/15 01:36:37 Done.
+
private:
scoped_ptr<TestDirectorySetterUpper> dir_maker_;
scoped_ptr<UserShare> user_share_;

Powered by Google App Engine
This is Rietveld 408576698