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 7bc4ea1ac7f8be3010b6104847ab3c8bd9d4c077..db7d12ff9389bb69323ec75a826ebbea1f0bdefd 100644 |
--- a/content/browser/background_sync/background_sync_browsertest.cc |
+++ b/content/browser/background_sync/background_sync_browsertest.cc |
@@ -78,7 +78,7 @@ void RegistrationPendingDidGetSyncRegistration( |
for (const BackgroundSyncRegistration* registration : *registrations) { |
if (registration->options()->tag == tag) { |
callback.Run(registration->sync_state() == |
- mojom::BackgroundSyncState::PENDING); |
+ blink::mojom::BackgroundSyncState::PENDING); |
return; |
} |
} |