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

Unified Diff: ppapi/tests/test_case.h

Issue 8989006: Update PPAPI IDL generator to define versioned structs, and unversioned typedef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for line-wrap. Created 8 years, 12 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_buffer.h ('k') | ppapi/tests/test_char_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_case.h
diff --git a/ppapi/tests/test_case.h b/ppapi/tests/test_case.h
index 75cafdafbfee82009b0f8757cebdecbf371bdaac..0df9d15ceb801d490669f9c4e3e2ca6b56ae49c9 100644
--- a/ppapi/tests/test_case.h
+++ b/ppapi/tests/test_case.h
@@ -10,6 +10,7 @@
#include <string>
#include "ppapi/c/pp_resource.h"
+#include "ppapi/c/dev/ppb_testing_dev.h"
#include "ppapi/cpp/dev/scrollbar_dev.h"
#if (defined __native_client__)
@@ -18,7 +19,6 @@
#include "ppapi/cpp/private/var_private.h"
#endif
-struct PPB_Testing_Dev;
class TestingInstance;
namespace pp {
« no previous file with comments | « ppapi/tests/test_buffer.h ('k') | ppapi/tests/test_char_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698