| Index: trunk/src/chrome/browser/bookmarks/bookmark_html_writer.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/bookmarks/bookmark_html_writer.cc (revision 257532)
|
| +++ trunk/src/chrome/browser/bookmarks/bookmark_html_writer.cc (working copy)
|
| @@ -207,7 +207,7 @@
|
| // Writes out the text string (as UTF8). The text is escaped based on
|
| // type.
|
| bool Write(const std::string& text, TextType type) {
|
| - DCHECK(base::IsStringUTF8(text));
|
| + DCHECK(IsStringUTF8(text));
|
| std::string utf8_string;
|
|
|
| switch (type) {
|
|
|