DescriptionFixing destruction order in password_store_win_unittest.cc
The order of declaration now matches the order of initialization in
SetUp(). Previously, we would attempt to destroy temp_dir while
profile and login_db were still locking it.
A very similar fix to https://chromiumcodereview.appspot.com/18684002/
TEST=unit_tests.exe --gtest_filter="PasswordStoreWinTest.*"
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224379
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|