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

Unified Diff: ppapi/tests/test_var_deprecated.h

Issue 7329024: Revert 91859 - Porting ppapi_tests framework to postMessage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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_url_util.cc ('k') | ppapi/tests/test_var_deprecated.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_var_deprecated.h
===================================================================
--- ppapi/tests/test_var_deprecated.h (revision 91865)
+++ ppapi/tests/test_var_deprecated.h (working copy)
@@ -7,7 +7,7 @@
#include <string>
-#include "ppapi/cpp/private/var_private.h"
+#include "ppapi/cpp/var.h"
#include "ppapi/tests/test_case.h"
struct PPB_Var_Deprecated;
@@ -20,7 +20,7 @@
virtual bool Init();
virtual void RunTest();
- void set_var_from_page(const pp::VarPrivate& v) { var_from_page_ = v; }
+ void set_var_from_page(const pp::Var& v) { var_from_page_ = v; }
protected:
// Test case protected overrides.
@@ -41,7 +41,7 @@
const PPB_Var_Deprecated* var_interface_;
// Saves the var from when a value is set on the test from the page.
- pp::VarPrivate var_from_page_;
+ pp::Var var_from_page_;
};
#endif // PPAPI_TEST_TEST_VAR_DEPRECATED_H_
« no previous file with comments | « ppapi/tests/test_url_util.cc ('k') | ppapi/tests/test_var_deprecated.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698