Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / components / sync_driver / non_ui_data_type_controller.cc
index f00de48..85dd4b8 100644 (file)
@@ -381,7 +381,7 @@ void NonUIDataTypeController::
   }
 
   std::string datatype_context;
-  if (shared_change_processor_->GetDataTypeContext(&datatype_context)) {
+  if (shared_change_processor->GetDataTypeContext(&datatype_context)) {
     local_service_->UpdateDataTypeContext(
         type(), syncer::SyncChangeProcessor::NO_REFRESH, datatype_context);
   }