0
Files
src/rlz/test
thakis@chromium.org 683e6d9485 rlz: Do not take the address of a temporary.
Fixes this warning:
taking the address of a temporary object of type 'base::win::RegKey' [-Waddress-of-temporary]

(I think the code is fine in this case, but it's a useful warning and we
want to be able to build with -Werror.)

BUG=82385

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281349 0039d316-1c4b-4281-b951-d872f2087c98
2014-07-04 01:20:48 +00:00
..