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

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

Issue 10933091: Enable a minimal content/ build on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@rohits-image-change
Patch Set: Rebase Created 8 years, 3 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 | « content/public/common/content_client.cc ('k') | 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: content/public/test/unittest_test_suite.h
diff --git a/content/public/test/unittest_test_suite.h b/content/public/test/unittest_test_suite.h
index ddb3556b224681d2e68c845f064ae05aed14b310..48ce47ed5800f056909d958b03da729c125c0003 100644
--- a/content/public/test/unittest_test_suite.h
+++ b/content/public/test/unittest_test_suite.h
@@ -30,8 +30,10 @@ class UnitTestTestSuite {
private:
scoped_ptr<base::TestSuite> test_suite_;
+#if !defined(OS_IOS)
class UnitTestWebKitPlatformSupport;
scoped_ptr<UnitTestWebKitPlatformSupport> webkit_platform_support_;
+#endif
DISALLOW_COPY_AND_ASSIGN(UnitTestTestSuite);
};
« no previous file with comments | « content/public/common/content_client.cc ('k') | content/public/test/unittest_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698