| Index: chrome/browser/sync_file_system/local/local_file_sync_status.cc
|
| diff --git a/chrome/browser/sync_file_system/local/local_file_sync_status.cc b/chrome/browser/sync_file_system/local/local_file_sync_status.cc
|
| index 953c374e3ed2aec6194816a50909490ac658d867..b26831ae1c306b20760ea4d669c880a36732a992 100644
|
| --- a/chrome/browser/sync_file_system/local/local_file_sync_status.cc
|
| +++ b/chrome/browser/sync_file_system/local/local_file_sync_status.cc
|
| @@ -61,7 +61,7 @@ bool ContainsChildOrParent(const Container& paths,
|
|
|
| // Check if any ancestor of |normalized_path| is in |writing_|.
|
| while (true) {
|
| - if (ContainsKey(paths, normalized_path))
|
| + if (base::ContainsKey(paths, normalized_path))
|
| return true;
|
|
|
| if (storage::VirtualPath::IsRootPath(normalized_path))
|
|
|