Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync_file_system / remote_file_sync_service.cc
index d975a66..105c259 100644 (file)
@@ -12,8 +12,8 @@ scoped_ptr<RemoteFileSyncService>
 RemoteFileSyncService::CreateForBrowserContext(
     content::BrowserContext* context,
     TaskLogger* task_logger) {
-  return drive_backend::SyncEngine::CreateForBrowserContext(
-      context, task_logger).PassAs<RemoteFileSyncService>();
+  return drive_backend::SyncEngine::CreateForBrowserContext(context,
+                                                            task_logger);
 }
 
 void RemoteFileSyncService::AppendDependsOnFactories(