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

Unified Diff: ppapi/tests/test_graphics_2d.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_core.h ('k') | ppapi/tests/test_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_graphics_2d.h
===================================================================
--- ppapi/tests/test_graphics_2d.h (revision 109579)
+++ ppapi/tests/test_graphics_2d.h (working copy)
@@ -2,15 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PAPPI_TESTS_TEST_GRAPHICS_2D_H_
-#define PAPPI_TESTS_TEST_GRAPHICS_2D_H_
+#ifndef PPAPI_TESTS_TEST_GRAPHICS_2D_H_
+#define PPAPI_TESTS_TEST_GRAPHICS_2D_H_
+#include <string>
+
#include "ppapi/c/pp_stdint.h"
#include "ppapi/tests/test_case.h"
struct PPB_Graphics2D;
struct PPB_ImageData;
-struct PPB_Testing_Dev;
namespace pp {
class Graphics2D;
@@ -21,7 +22,7 @@
class TestGraphics2D : public TestCase {
public:
- TestGraphics2D(TestingInstance* instance) : TestCase(instance) {}
+ explicit TestGraphics2D(TestingInstance* instance) : TestCase(instance) {}
// TestCase implementation.
virtual bool Init();
@@ -84,4 +85,4 @@
const PPB_ImageData* image_data_interface_;
};
-#endif // PAPPI_TESTS_TEST_GRAPHICS_2D_H_
+#endif // PPAPI_TESTS_TEST_GRAPHICS_2D_H_
« no previous file with comments | « ppapi/tests/test_core.h ('k') | ppapi/tests/test_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698