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 60d517e2bb701bd1b6e6c7dc5782295c8f4b857d..3205c75b58bc8b66b9ae3311c163917fd070a64c 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( |