| Index: trunk/src/chrome/utility/importer/bookmark_html_reader.cc
|
| ===================================================================
|
| --- trunk/src/chrome/utility/importer/bookmark_html_reader.cc (revision 289319)
|
| +++ trunk/src/chrome/utility/importer/bookmark_html_reader.cc (working copy)
|
| @@ -293,7 +293,7 @@
|
| }
|
|
|
| if (GetAttribute(attribute_list, kToolbarFolderAttribute, &value) &&
|
| - base::LowerCaseEqualsASCII(value, "true"))
|
| + LowerCaseEqualsASCII(value, "true"))
|
| *is_toolbar_folder = true;
|
| else
|
| *is_toolbar_folder = false;
|
|
|