Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / fileapi / file_system_file_stream_reader_unittest.cc
index fec667a..5e13f15 100644 (file)
@@ -67,7 +67,7 @@ class FileSystemFileStreamReaderTest : public testing::Test {
  public:
   FileSystemFileStreamReaderTest() {}
 
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
 
     file_system_context_ = CreateFileSystemContextForTesting(
@@ -84,9 +84,7 @@ class FileSystemFileStreamReaderTest : public testing::Test {
               &test_file_modification_time_);
   }
 
-  virtual void TearDown() OVERRIDE {
-    base::RunLoop().RunUntilIdle();
-  }
+  void TearDown() override { base::RunLoop().RunUntilIdle(); }
 
  protected:
   storage::FileSystemFileStreamReader* CreateFileReader(