| Index: chrome/utility/importer/bookmark_html_reader.cc
|
| diff --git a/chrome/utility/importer/bookmark_html_reader.cc b/chrome/utility/importer/bookmark_html_reader.cc
|
| index 239a46e93c87c3ec79f012c5ebcc1063694b61fe..368572f5b2d308a48d4226c83ae26b6992d18516 100644
|
| --- a/chrome/utility/importer/bookmark_html_reader.cc
|
| +++ b/chrome/utility/importer/bookmark_html_reader.cc
|
| @@ -293,7 +293,7 @@ bool ParseFolderNameFromLine(const std::string& line,
|
| }
|
|
|
| if (GetAttribute(attribute_list, kToolbarFolderAttribute, &value) &&
|
| - LowerCaseEqualsASCII(value, "true"))
|
| + base::LowerCaseEqualsASCII(value, "true"))
|
| *is_toolbar_folder = true;
|
| else
|
| *is_toolbar_folder = false;
|
|
|