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

Unified Diff: ppapi/tests/test_video_decoder.h

Issue 8527020: Cleanup: Remove unneeded forward declarations in ppapi. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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_graphics_2d.h ('k') | ppapi/thunk/resource_creation_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_video_decoder.h
===================================================================
--- ppapi/tests/test_video_decoder.h (revision 109579)
+++ ppapi/tests/test_video_decoder.h (working copy)
@@ -5,15 +5,16 @@
#ifndef PPAPI_TESTS_TEST_VIDEO_DECODER_H_
#define PPAPI_TESTS_TEST_VIDEO_DECODER_H_
+#include <string>
+
#include "ppapi/c/pp_stdint.h"
#include "ppapi/tests/test_case.h"
-struct PPB_Var;
struct PPB_VideoDecoder_Dev;
class TestVideoDecoder : public TestCase {
public:
- TestVideoDecoder(TestingInstance* instance) : TestCase(instance) {}
+ explicit TestVideoDecoder(TestingInstance* instance) : TestCase(instance) {}
// TestCase implementation.
virtual bool Init();
« no previous file with comments | « ppapi/tests/test_graphics_2d.h ('k') | ppapi/thunk/resource_creation_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698