Index: sync/internal_api/write_node.cc |
diff --git a/sync/internal_api/write_node.cc b/sync/internal_api/write_node.cc |
index eb37d11f8046c0f5b1a15299b9f67a92838c919c..0f57315122004a3a470ec2156c3c7c8a40938948 100644 |
--- a/sync/internal_api/write_node.cc |
+++ b/sync/internal_api/write_node.cc |
@@ -331,7 +331,7 @@ WriteNode::InitUniqueByCreationResult WriteNode::InitUniqueByCreationImpl( |
string dummy(kDefaultNameForNewNodes); |
// Check if we have this locally and need to undelete it. |
- scoped_ptr<syncable::MutableEntry> existing_entry( |
+ std::unique_ptr<syncable::MutableEntry> existing_entry( |
new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(), |
syncable::GET_BY_CLIENT_TAG, hash)); |