| Index: sync/engine/all_status.h
|
| diff --git a/sync/engine/all_status.h b/sync/engine/all_status.h
|
| index 2c50144a920fa732f93b0651f3ede4a5f881ae47..6807b4478477f7e6a26586eb9909b8e412e813e8 100644
|
| --- a/sync/engine/all_status.h
|
| +++ b/sync/engine/all_status.h
|
| @@ -49,9 +49,9 @@ class AllStatus : public SyncEngineEventListener {
|
|
|
| void IncrementNotificationsReceived();
|
|
|
| - void SetThrottledTypes(const syncable::ModelTypeSet &types);
|
| + void SetThrottledTypes(const syncer::ModelTypeSet &types);
|
|
|
| - void SetEncryptedTypes(syncable::ModelTypeSet types);
|
| + void SetEncryptedTypes(syncer::ModelTypeSet types);
|
| void SetCryptographerReady(bool ready);
|
| void SetCryptoHasPendingKeys(bool has_pending_keys);
|
|
|
|
|