| 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 469d6bfb604001fbbb216bcf4a503d91ac63d806..3c983dc94050894a9b6c9c05e28eb342fb119ce9 100644
|
| --- a/content/test/test_webkit_platform_support.h
|
| +++ b/content/test/test_webkit_platform_support.h
|
| @@ -15,6 +15,10 @@
|
| #include "content/test/weburl_loader_mock_factory.h"
|
| #include "third_party/WebKit/public/platform/WebUnitTestSupport.h"
|
|
|
| +namespace base {
|
| +class StatsTable;
|
| +}
|
| +
|
| namespace blink {
|
| class WebLayerTreeView;
|
| }
|
| @@ -91,6 +95,7 @@ class TestWebKitPlatformSupport
|
| base::ScopedTempDir file_system_root_;
|
| scoped_ptr<WebURLLoaderMockFactory> url_loader_factory_;
|
| WebCompositorSupportImpl compositor_support_;
|
| + scoped_ptr<base::StatsTable> stats_table_;
|
|
|
| #if defined(OS_WIN) || defined(OS_MACOSX)
|
| blink::WebThemeEngine* active_theme_engine_;
|
|
|