Index: trunk/src/content/public/test/unittest_test_suite.h |
=================================================================== |
--- trunk/src/content/public/test/unittest_test_suite.h (revision 270949) |
+++ trunk/src/content/public/test/unittest_test_suite.h (working copy) |
@@ -13,7 +13,6 @@ |
} |
namespace content { |
-class TestWebKitPlatformSupport; |
// A special test suite that also initializes WebKit once for all unittests. |
// This is useful for two reasons: |
@@ -32,7 +31,8 @@ |
scoped_ptr<base::TestSuite> test_suite_; |
#if !defined(OS_IOS) |
- scoped_ptr<TestWebKitPlatformSupport> platform_support_; |
+ class UnitTestWebKitPlatformSupport; |
+ scoped_ptr<UnitTestWebKitPlatformSupport> webkit_platform_support_; |
#endif |
DISALLOW_COPY_AND_ASSIGN(UnitTestTestSuite); |