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

Unified Diff: ppapi/tests/test_uma.h

Issue 11048006: Convert UMA interface to IDL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git try Created 8 years, 2 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/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/tests/test_uma.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_uma.h
diff --git a/ppapi/tests/test_uma.h b/ppapi/tests/test_uma.h
index d44648f7ab08b723d6faef45d88f6bb22a69ba45..81fe99095b3db62a96b47a3428133875c89344d9 100644
--- a/ppapi/tests/test_uma.h
+++ b/ppapi/tests/test_uma.h
@@ -7,10 +7,9 @@
#include <string>
+#include "ppapi/c/private/ppb_uma_private.h"
#include "ppapi/tests/test_case.h"
-struct PPB_UMA_Private;
-
class TestUMA : public TestCase {
public:
explicit TestUMA(TestingInstance* instance) : TestCase(instance) {}
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/tests/test_uma.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698