| Index: chrome/browser/importer/firefox2_importer.cc
|
| diff --git a/chrome/browser/importer/firefox2_importer.cc b/chrome/browser/importer/firefox2_importer.cc
|
| index bf68af07079408844641f3cc7f99b062bce125fb..31ea3a302d1749386b76438ba288fb0bd10ff36b 100644
|
| --- a/chrome/browser/importer/firefox2_importer.cc
|
| +++ b/chrome/browser/importer/firefox2_importer.cc
|
| @@ -205,7 +205,7 @@ void Firefox2Importer::ImportBookmarksFile(
|
| post_data.empty() &&
|
| CanImportURL(GURL(url)) &&
|
| default_urls.find(url) == default_urls.end()) {
|
| - if (toolbar_folder > path.size() && path.size() > 0) {
|
| + if (toolbar_folder > path.size() && !path.empty()) {
|
| NOTREACHED(); // error in parsing.
|
| break;
|
| }
|
|
|