Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: ppapi/tests/test_var_resource.h

Issue 148213016: [PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_post_message.cc ('k') | ppapi/tests/test_var_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_var_resource.h
diff --git a/ppapi/tests/test_var_resource.h b/ppapi/tests/test_var_resource.h
index 73645e53e25755fe1d5852d9deea463c21e5401e..66b211ee38df42c02a77f84753a117ea4adbb1be 100644
--- a/ppapi/tests/test_var_resource.h
+++ b/ppapi/tests/test_var_resource.h
@@ -7,7 +7,6 @@
#include <string>
-#include "ppapi/c/dev/ppb_var_resource_dev.h"
#include "ppapi/c/ppb_file_system.h"
#include "ppapi/c/ppb_var.h"
#include "ppapi/tests/test_case.h"
@@ -29,7 +28,6 @@ class TestVarResource : public TestCase {
const PPB_Core* core_interface_;
const PPB_FileSystem* file_system_interface_;
const PPB_Var* var_interface_;
- const PPB_VarResource_Dev* var_resource_interface_;
};
#endif // PPAPI_TEST_TEST_VAR_RESOURCE_H_
« no previous file with comments | « ppapi/tests/test_post_message.cc ('k') | ppapi/tests/test_var_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698