| 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 2c047b8d8228e4ef2cf149d25b6333def5de5558..0b7bcd519d01784ab72f9996355e1a5b43028869 100644
|
| --- a/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| +++ b/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| @@ -148,8 +148,8 @@ 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);
|
| }
|
|
|
| } // namespace content
|
|
|