diff options
Diffstat (limited to 'sync/engine/commit_util.cc')
-rw-r--r-- | sync/engine/commit_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/commit_util.cc b/sync/engine/commit_util.cc index 701e335..1081446 100644 --- a/sync/engine/commit_util.cc +++ b/sync/engine/commit_util.cc @@ -105,7 +105,7 @@ void BuildCommitItem( // Note: Truncation is also performed in WriteNode::SetTitle(..). But this // call is still necessary to handle any title changes that might originate // elsewhere, or already be persisted in the directory. - TruncateUTF8ToByteSize(name, 255, &name); + base::TruncateUTF8ToByteSize(name, 255, &name); sync_entry->set_name(name); // Set the non_unique_name. If we do, the server ignores |