Index: content/test/test_background_sync_manager.cc |
diff --git a/content/test/test_background_sync_manager.cc b/content/test/test_background_sync_manager.cc |
index d3dd1ac3c95a5821e73ed6e16b850394cdca90d5..f30f6bb4c4497f4d27f8da2f4d48227764edc37c 100644 |
--- a/content/test/test_background_sync_manager.cc |
+++ b/content/test/test_background_sync_manager.cc |
@@ -77,7 +77,7 @@ void TestBackgroundSyncManager::GetDataFromBackend( |
void TestBackgroundSyncManager::DispatchSyncEvent( |
const std::string& tag, |
const scoped_refptr<ServiceWorkerVersion>& active_version, |
- mojom::BackgroundSyncEventLastChance last_chance, |
+ blink::mojom::BackgroundSyncEventLastChance last_chance, |
const ServiceWorkerVersion::StatusCallback& callback) { |
ASSERT_FALSE(dispatch_sync_callback_.is_null()); |
last_chance_ = last_chance; |