| Index: content/browser/background_sync/background_sync_browsertest.cc
|
| diff --git a/content/browser/background_sync/background_sync_browsertest.cc b/content/browser/background_sync/background_sync_browsertest.cc
|
| index a5de6ada408947b7fbb793c069f3dbf895d4ac0f..8298518e24b157f177b0799af83598d11d195a8f 100644
|
| --- a/content/browser/background_sync/background_sync_browsertest.cc
|
| +++ b/content/browser/background_sync/background_sync_browsertest.cc
|
| @@ -72,7 +72,7 @@ void OneShotPendingDidGetSyncRegistration(
|
| scoped_ptr<BackgroundSyncRegistrationHandle> registration_handle) {
|
| ASSERT_EQ(BACKGROUND_SYNC_STATUS_OK, error_type);
|
| callback.Run(registration_handle->sync_state() ==
|
| - BACKGROUND_SYNC_STATE_PENDING);
|
| + BackgroundSyncState::PENDING);
|
| }
|
|
|
| void OneShotPendingDidGetSWRegistration(
|
|
|