Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / signaling / server_log_entry.cc
index 9079720..684c74e 100644 (file)
@@ -71,7 +71,7 @@ void ServerLogEntry::AddEventNameField(const char* name) {
 
 // static
 scoped_ptr<XmlElement> ServerLogEntry::MakeStanza() {
-  return scoped_ptr<XmlElement>(
+  return make_scoped_ptr(
       new XmlElement(QName(kChromotingXmlNamespace, kLogCommand)));
 }