| Index: chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
 | 
| diff --git a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
 | 
| index 5631bfe18085f21cbd287def986357add8e2b540..c09e53cc0d066d438ea2ee0dfd8500a59924aa5a 100644
 | 
| --- a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
 | 
| +++ b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
 | 
| @@ -1088,7 +1088,7 @@ TEST_F(SafeBrowsingDatabaseTest, DISABLED_FileCorruptionHandling) {
 | 
|      EXPECT_TRUE(base::PathExists(database_filename_));
 | 
|  
 | 
|      // Flush through the corruption-handler task.
 | 
| -    VLOG(1) << "Expect failed check on: SafeBrowsing database reset";
 | 
| +    DVLOG(1) << "Expect failed check on: SafeBrowsing database reset";
 | 
|      base::MessageLoop::current()->RunUntilIdle();
 | 
|    }
 | 
|  
 | 
| 
 |