Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index 4ec165945e44cd1b3561898702a409248ae00b22..35a7d3f1691bb304a799e11415823462094701f5 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -211,7 +211,7 @@ class CONTENT_EXPORT BlinkPlatformImpl |
scoped_refptr<NotificationDispatcher> notification_dispatcher_; |
scoped_refptr<PushDispatcher> push_dispatcher_; |
scoped_ptr<PermissionDispatcher> permission_client_; |
- scoped_ptr<BackgroundSyncProvider> sync_provider_; |
+ scoped_ptr<BackgroundSyncProvider> main_thread_sync_provider_; |
}; |
} // namespace content |