| Index: base/file_util_unittest.cc
|
| diff --git a/base/file_util_unittest.cc b/base/file_util_unittest.cc
|
| index 142967eb1c2928ff9fc3469d0508dac142fccdd4..e5cea3a711ab40c2c499f26e6359f99e5d11ebe1 100644
|
| --- a/base/file_util_unittest.cc
|
| +++ b/base/file_util_unittest.cc
|
| @@ -399,8 +399,6 @@ TEST_F(FileUtilTest, Move) {
|
| EXPECT_TRUE(file_util::PathExists(file_name_to));
|
| }
|
|
|
| -// TODO(erikkay): implement
|
| -#if defined(OS_WIN)
|
| TEST_F(FileUtilTest, CopyDirectoryRecursively) {
|
| // Create a directory.
|
| std::wstring dir_name_from(test_dir_);
|
| @@ -497,7 +495,6 @@ TEST_F(FileUtilTest, CopyDirectory) {
|
| EXPECT_TRUE(file_util::PathExists(file_name_to));
|
| EXPECT_FALSE(file_util::PathExists(subdir_name_to));
|
| }
|
| -#endif
|
|
|
| TEST_F(FileUtilTest, CopyFile) {
|
| // Create a directory
|
|
|