From de9bdd1e4d2f87f53b1c2d3eacfbe43ef6ca1019 Mon Sep 17 00:00:00 2001 From: "dumi@chromium.org" Date: Thu, 4 Nov 2010 00:36:22 +0000 Subject: Pepper's directory reader implementation + test. BUG=none TEST=test_directory_reader.cc Review URL: http://codereview.chromium.org/4107004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65002 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/tests/test_var.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ppapi/tests/test_var.h') diff --git a/ppapi/tests/test_var.h b/ppapi/tests/test_var.h index 8499003..3a0229b 100644 --- a/ppapi/tests/test_var.h +++ b/ppapi/tests/test_var.h @@ -9,7 +9,6 @@ #include "ppapi/tests/test_case.h" -struct PPB_Testing_Dev; struct PPB_Var; class TestVar : public TestCase { @@ -26,7 +25,6 @@ class TestVar : public TestCase { // Used by the tests that access the C API directly. const PPB_Var* var_interface_; - const PPB_Testing_Dev* testing_interface_; }; #endif // PPAPI_TEST_TEST_VAR_H_ -- cgit v1.1