Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index f9bf754b9b79c2b0a51d5d997890fc056dbf703a..4f235752c4331d36764594898b91f24292f3bf1e 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -209,7 +209,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 |