| Index: chrome/browser/net/predictor.cc
|
| diff --git a/chrome/browser/net/predictor.cc b/chrome/browser/net/predictor.cc
|
| index 1602cc156c0eaee37831e221a73c1d844379455f..5e55ee25583db1cfd125724461f5a6efa3bf0cc0 100644
|
| --- a/chrome/browser/net/predictor.cc
|
| +++ b/chrome/browser/net/predictor.cc
|
| @@ -392,7 +392,7 @@ void Predictor::GetHtmlInfo(std::string* output) {
|
| // Partition the UrlInfo's into categories.
|
| for (SortedUrlInfo::iterator it(snapshot.begin());
|
| it != snapshot.end(); it++) {
|
| - if (it->second.was_nonexistant()) {
|
| + if (it->second.was_nonexistent()) {
|
| name_not_found.push_back(it->second);
|
| continue;
|
| }
|
|
|