| Index: content/browser/background_sync/background_sync_registration_handle.h
|
| diff --git a/content/browser/background_sync/background_sync_registration_handle.h b/content/browser/background_sync/background_sync_registration_handle.h
|
| index a9a7305ede79ba29d5e2f5340869eee9789f3003..564bd584dc6dc6946696d8ff256ff4bae79a471a 100644
|
| --- a/content/browser/background_sync/background_sync_registration_handle.h
|
| +++ b/content/browser/background_sync/background_sync_registration_handle.h
|
| @@ -33,7 +33,7 @@ class CONTENT_EXPORT BackgroundSyncRegistrationHandle {
|
| return registration_->options();
|
| }
|
|
|
| - SyncState sync_state() const {
|
| + BackgroundSyncState sync_state() const {
|
| DCHECK(background_sync_manager_);
|
| return registration_->sync_state();
|
| }
|
|
|