| Index: components/sync/core/test/test_user_share.h
|
| diff --git a/components/sync/core/test/test_user_share.h b/components/sync/core/test/test_user_share.h
|
| index 39d9067af1fe455c852f15bed788c7f7920c33a0..bf1c4392bca9c2a175f199ecbbc7910234d7a688 100644
|
| --- a/components/sync/core/test/test_user_share.h
|
| +++ b/components/sync/core/test/test_user_share.h
|
| @@ -75,7 +75,8 @@ class TestUserShare {
|
| syncable::TestTransactionObserver* transaction_observer();
|
|
|
| // A helper function to pretend to download this type's root node.
|
| - static bool CreateRoot(ModelType model_type, UserShare* service);
|
| + static bool CreateRoot(syncer::ModelType model_type,
|
| + syncer::UserShare* service);
|
|
|
| size_t GetDeleteJournalSize() const;
|
|
|
|
|