| Index: chrome/browser/sync_file_system/subtree_set.cc
|
| diff --git a/chrome/browser/sync_file_system/subtree_set.cc b/chrome/browser/sync_file_system/subtree_set.cc
|
| index 6d135e59fb6bae8c085dc07181c031f030f99a62..19a64f38d038f392ebebc6b848deb89b266a0c32 100644
|
| --- a/chrome/browser/sync_file_system/subtree_set.cc
|
| +++ b/chrome/browser/sync_file_system/subtree_set.cc
|
| @@ -30,8 +30,8 @@ bool SubtreeSet::IsDisjointWith(const base::FilePath& subtree_root) const {
|
| storage::VirtualPath::GetNormalizedFilePath(subtree_root);
|
|
|
| // Check if |subtree_root| contains any of subtrees in the container.
|
| - if (ContainsKey(inclusive_ancestors_of_subtree_roots_,
|
| - normalized_subtree_root))
|
| + if (base::ContainsKey(inclusive_ancestors_of_subtree_roots_,
|
| + normalized_subtree_root))
|
| return false;
|
|
|
| base::FilePath path(normalized_subtree_root);
|
|
|