| Index: ppapi/tests/test_file_system.cc
|
| diff --git a/ppapi/tests/test_file_system.cc b/ppapi/tests/test_file_system.cc
|
| index 9a2d71244ab240e6278e1e24637e0753e9422c56..7badabb4233e79ed632a6a917a9f0179dd0c5337 100644
|
| --- a/ppapi/tests/test_file_system.cc
|
| +++ b/ppapi/tests/test_file_system.cc
|
| @@ -31,7 +31,7 @@ std::string TestFileSystem::TestOpen() {
|
| CHECK_CALLBACK_BEHAVIOR(callback);
|
| ASSERT_EQ(PP_OK, callback.result());
|
|
|
| - // Open aborted (see the DirectoryReader test for comments).
|
| + // Open aborted.
|
| int32_t rv = 0;
|
| {
|
| pp::FileSystem fs(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
|
|
|