Add unit test for base::scoped_refptr boolean operations.
commit51a7519f16106a83325e5cdfe44cba80edc3a647
authormikhail.pozdnyakov@intel.com <mikhail.pozdnyakov@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 21 Oct 2013 14:16:31 +0000 (21 14:16 +0000)
committermikhail.pozdnyakov@intel.com <mikhail.pozdnyakov@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 21 Oct 2013 14:16:31 +0000 (21 14:16 +0000)
treec2521e68c8b267df46b771bca59f5ad148c00a8a
parentd38a7d243bca58af1378f5f4d25253f596f4c4fd
Add unit test for base::scoped_refptr boolean operations.

Added unit test for base::scoped_refptr boolean operations.
Also added a comment to 'operator T*() const' in order to make it more apparent to the User that boolean operations with scoped_refptr are possible without invoking 'get()' method.

Review URL: https://codereview.chromium.org/26868003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229802 0039d316-1c4b-4281-b951-d872f2087c98
AUTHORS
base/memory/ref_counted.h
base/memory/ref_counted_unittest.cc