summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/nss_decryptor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/importer/nss_decryptor.cc')
-rw-r--r--chrome/browser/importer/nss_decryptor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/importer/nss_decryptor.cc b/chrome/browser/importer/nss_decryptor.cc
index 98522c6..2a95d0e 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())