Chromium Code Reviews| Index: components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc |
| diff --git a/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc b/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc |
| index 411c0b19e4ac08fd6f5d10aab352e6b777dd46d6..912d11b62e74d7f380139a8c8bf9c119ebc18513 100644 |
| --- a/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc |
| +++ b/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc |
| @@ -115,4 +115,4 @@ TEST_F(RegistryHashStoreContentsWinTest, TestReset) { |
| split_macs.clear(); |
| EXPECT_FALSE(contents->GetSplitMacs(kSplitPrefPath, &split_macs)); |
| EXPECT_EQ(0U, split_macs.size()); |
| -} |
| +} |
|
gab
2016/08/03 18:19:36
What's the change detected on this line?!
proberge
2016/08/04 00:13:46
Left had no line break at eof
|