| Index: chrome/browser/importer/nss_decryptor.cc
|
| diff --git a/chrome/browser/importer/nss_decryptor.cc b/chrome/browser/importer/nss_decryptor.cc
|
| index 98522c69251ec1531e3e7168f2f25fa2d310a718..2a95d0ee8021eb5be4d1b7f840d244d284424e1c 100644
|
| --- a/chrome/browser/importer/nss_decryptor.cc
|
| +++ b/chrome/browser/importer/nss_decryptor.cc
|
| @@ -119,7 +119,7 @@ void NSSDecryptor::ParseSignons(const std::string& content,
|
|
|
| // Splits the file content into lines.
|
| std::vector<std::string> lines;
|
| - SplitString(content, '\n', &lines);
|
| + base::SplitString(content, '\n', &lines);
|
|
|
| // The first line is the file version. We skip the unknown versions.
|
| if (lines.empty())
|
|
|