| Index: chrome/utility/importer/firefox_importer.cc
|
| diff --git a/chrome/utility/importer/firefox_importer.cc b/chrome/utility/importer/firefox_importer.cc
|
| index cbeab3b9fa6d259d9a83ae3007bacab14919a387..e487c92e507e10b1c7c63930d045b68a66899d29 100644
|
| --- a/chrome/utility/importer/firefox_importer.cc
|
| +++ b/chrome/utility/importer/firefox_importer.cc
|
| @@ -333,7 +333,7 @@ void FirefoxImporter::ImportBookmarks() {
|
| }
|
| }
|
|
|
| - STLDeleteElements(&list);
|
| + base::STLDeleteElements(&list);
|
|
|
| // Write into profile.
|
| if (!bookmarks.empty() && !cancelled()) {
|
|
|