| Index: content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| diff --git a/content/browser/hyphenator/hyphenator_message_filter_unittest.cc b/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| index eff459e4413f820bc03ee8810b310bb6ebdd010e..b1d78f16f266c8e9c31180603021648b9b1704aa 100644
|
| --- a/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| +++ b/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| @@ -150,6 +150,6 @@ TEST_F(HyphenatorMessageFilterTest, OpenDictionary) {
|
|
|
| // Delete all resources used by this test.
|
| filter_->Reset();
|
| - if (file != base::kInvalidPlatformFileValue)
|
| - base::ClosePlatformFile(file);
|
| +// if (file != base::kInvalidPlatformFileValue)
|
| +// base::ClosePlatformFile(file);
|
| }
|
|
|