Lands http://codereview.chromium.org/126036 for Thiago.
From Thiago:

This patch is to solve the problem in import/export bookmarks. They aren't
exported correctly and also not imported
correctly. Now when the bookmarks are exported the character " are escaped to
" and when they are imported,
they are unescaped.

BUG=7505
TEST=Try importing/exporting bookmarks, make sure nothing is broken.

Review URL: http://codereview.chromium.org/126222

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19654 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/AUTHORS b/AUTHORS
index 8192e79..bec47355 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -43,4 +43,4 @@
 Jacob Mandelson <[email protected]>
 Yuri Gorobets <[email protected]>
 Paul Wicks <[email protected]>
-
+Thiago Farina <[email protected]>