| Index: ppapi/tests/test_file_io.h
|
| diff --git a/ppapi/tests/test_file_io.h b/ppapi/tests/test_file_io.h
|
| index c641c1468c87f83a6f31a3b0061f0d09eff47c86..0140824443a533df87caf582d7a730cefe17fb31 100644
|
| --- a/ppapi/tests/test_file_io.h
|
| +++ b/ppapi/tests/test_file_io.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -21,6 +21,7 @@ class TestFileIO : public TestCase {
|
| std::string TestOpen();
|
| std::string TestReadWriteSetLength();
|
| std::string TestTouchQuery();
|
| + std::string TestAbortCalls();
|
| };
|
|
|
| #endif // PAPPI_TESTS_TEST_FILE_IO_H_
|
|
|