| Index: chrome/browser/prefs/chrome_command_line_pref_store_unittest.cc
|
| diff --git a/chrome/browser/prefs/chrome_command_line_pref_store_unittest.cc b/chrome/browser/prefs/chrome_command_line_pref_store_unittest.cc
|
| index 524477104815ae8f0f60f6a4e81a12efd3cc17d7..f52d8aa7567f32c370e0c9d05623f38bf4f50017 100644
|
| --- a/chrome/browser/prefs/chrome_command_line_pref_store_unittest.cc
|
| +++ b/chrome/browser/prefs/chrome_command_line_pref_store_unittest.cc
|
| @@ -57,7 +57,7 @@ class TestCommandLinePrefStore : public ChromeCommandLinePrefStore {
|
| std::string cipher_string;
|
| for (base::ListValue::const_iterator it = list_value->begin();
|
| it != list_value->end(); ++it, ++ciphers) {
|
| - ASSERT_TRUE((*it)->GetAsString(&cipher_string));
|
| + ASSERT_TRUE(it->GetAsString(&cipher_string));
|
| EXPECT_EQ(*ciphers, cipher_string);
|
| }
|
| }
|
|
|