| Index: content/browser/background_sync/background_sync_registration.cc
|
| diff --git a/content/browser/background_sync/background_sync_registration.cc b/content/browser/background_sync/background_sync_registration.cc
|
| index d835e67d4cbff765c08080df4cf5e710c6c5366d..2657e0d79b089d3d159a898f837584ef0db24e24 100644
|
| --- a/content/browser/background_sync/background_sync_registration.cc
|
| +++ b/content/browser/background_sync/background_sync_registration.cc
|
| @@ -29,10 +29,10 @@ bool BackgroundSyncRegistration::IsValid() const {
|
|
|
| bool BackgroundSyncRegistration::IsFiring() const {
|
| switch (sync_state_) {
|
| - case mojom::BackgroundSyncState::FIRING:
|
| - case mojom::BackgroundSyncState::REREGISTERED_WHILE_FIRING:
|
| + case blink::mojom::BackgroundSyncState::FIRING:
|
| + case blink::mojom::BackgroundSyncState::REREGISTERED_WHILE_FIRING:
|
| return true;
|
| - case mojom::BackgroundSyncState::PENDING:
|
| + case blink::mojom::BackgroundSyncState::PENDING:
|
| return false;
|
| }
|
| NOTREACHED();
|
|
|