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

Unified Diff: trunk/src/content/public/test/unittest_test_suite.h

Issue 284193006: Revert 270894 "Use real PlatformSupport in content unit tests" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | « trunk/src/content/content_tests.gypi ('k') | trunk/src/content/public/test/unittest_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « trunk/src/content/content_tests.gypi ('k') | trunk/src/content/public/test/unittest_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698