Index: content/test/test_webkit_platform_support.h |
diff --git a/content/test/test_webkit_platform_support.h b/content/test/test_webkit_platform_support.h |
index ddfcf0b1e8e6a7595cf3be40cfafd35f1e199d33..5f2058920d87bbc1f4c45eaf097d211379444b85 100644 |
--- a/content/test/test_webkit_platform_support.h |
+++ b/content/test/test_webkit_platform_support.h |
@@ -25,6 +25,7 @@ class WebLayerTreeView; |
} |
namespace content { |
+class TestContentClientInitializer; |
// An implementation of WebKitPlatformSupport for tests. |
class TestWebKitPlatformSupport |
@@ -99,6 +100,7 @@ class TestWebKitPlatformSupport |
scoped_ptr<WebURLLoaderMockFactory> url_loader_factory_; |
WebCompositorSupportImpl compositor_support_; |
scoped_ptr<base::StatsTable> stats_table_; |
+ scoped_ptr<TestContentClientInitializer> content_initializer_; |
jochen (gone - plz use gerrit)
2014/08/11 14:21:18
i don't think this should happen as part of the we
|
#if defined(OS_WIN) || defined(OS_MACOSX) |
blink::WebThemeEngine* active_theme_engine_; |