Index: content/browser/download/download_item_impl_unittest.cc |
diff --git a/content/browser/download/download_item_impl_unittest.cc b/content/browser/download/download_item_impl_unittest.cc |
index a68eca8dfe14e3660fdb12a05eef054c85934e7d..578688fbb924e53886a37cd96abaff6260f15e15 100644 |
--- a/content/browser/download/download_item_impl_unittest.cc |
+++ b/content/browser/download/download_item_impl_unittest.cc |
@@ -254,7 +254,7 @@ class DownloadItemTest : public testing::Test { |
~DownloadItemTest() { |
RunAllPendingInMessageLoops(); |
- STLDeleteElements(&allocated_downloads_); |
+ base::STLDeleteElements(&allocated_downloads_); |
} |
DownloadItemImpl* CreateDownloadItemWithCreateInfo( |