NSCoder support for std::string archiving.
commitd9b6d57c79b698a2a3b00b0842b77db53f1c961e
authornoyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 22 Oct 2012 16:41:19 +0000 (22 16:41 +0000)
committernoyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 22 Oct 2012 16:41:19 +0000 (22 16:41 +0000)
treec29d404ec809b28a14f8450c278519e6fbc1f68c
parentbf9612fa2fcf1a06c8d91e2870e8eca5635fae0a
NSCoder support for std::string archiving.

A small NSCoder extension to save a std::string in an archive.

BUG=None

Review URL: https://chromiumcodereview.appspot.com/11231005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163306 0039d316-1c4b-4281-b951-d872f2087c98
chrome/chrome_common.gypi
chrome/chrome_tests.gypi
chrome/common/mac/nscoder_util.h [new file with mode: 0644]
chrome/common/mac/nscoder_util.mm [new file with mode: 0644]
chrome/common/mac/nscoder_util_unittest.mm [new file with mode: 0644]