summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_file_ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_file_ref.h')
-rw-r--r--ppapi/tests/test_file_ref.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/tests/test_file_ref.h b/ppapi/tests/test_file_ref.h
index ba9e39a..63df14e 100644
--- a/ppapi/tests/test_file_ref.h
+++ b/ppapi/tests/test_file_ref.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.
@@ -18,6 +18,7 @@ class TestFileRef : public TestCase {
virtual void RunTest();
private:
+ std::string TestCreate();
std::string TestGetFileSystemType();
std::string TestGetName();
std::string TestGetPath();