| Index: content/public/test/download_test_observer.cc
|
| diff --git a/content/public/test/download_test_observer.cc b/content/public/test/download_test_observer.cc
|
| index 9d05e2885d4c856c9a83a381b4d55b6ad52d560c..bf3b158926617ed9b6479b178e465ec4d854f6c0 100644
|
| --- a/content/public/test/download_test_observer.cc
|
| +++ b/content/public/test/download_test_observer.cc
|
| @@ -138,7 +138,7 @@ void DownloadTestObserver::OnDownloadDestroyed(DownloadItem* download) {
|
| void DownloadTestObserver::OnDownloadUpdated(DownloadItem* download) {
|
| // Real UI code gets the user's response after returning from the observer.
|
| if (download->IsDangerous() &&
|
| - !ContainsKey(dangerous_downloads_seen_, download->GetId())) {
|
| + !base::ContainsKey(dangerous_downloads_seen_, download->GetId())) {
|
| dangerous_downloads_seen_.insert(download->GetId());
|
|
|
| // Calling ValidateDangerousDownload() at this point will
|
|
|