Chromium Code Reviews| Index: components/browser_sync/browser/profile_sync_service.h |
| diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h |
| index 3fecc3197fa8b306fb396ec8b051385d7a41aae3..52dd0378ccc1facb7c0b2391e6ad5f6902131bcc 100644 |
| --- a/components/browser_sync/browser/profile_sync_service.h |
| +++ b/components/browser_sync/browser/profile_sync_service.h |
| @@ -633,6 +633,8 @@ class ProfileSyncService : public sync_driver::SyncService, |
| syncer::PassphraseRequiredReason passphrase_required_reason_; |
| private: |
| + friend class PermissionUmaUtilTest; |
|
raymes
2016/06/22 02:11:13
nit: move this down to where the other "friend" de
stefanocs
2016/06/22 04:28:12
Done.
|
| + |
| enum UnrecoverableErrorReason { |
| ERROR_REASON_UNSET, |
| ERROR_REASON_SYNCER, |