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 01dce3333cdd381a49d02cd66217b3ade2768587..9918b5d64e2aa02d05fb3c54d652b552ad07ee46 100644 |
--- a/content/test/test_webkit_platform_support.h |
+++ b/content/test/test_webkit_platform_support.h |
@@ -20,9 +20,9 @@ class WebLayerTreeView; |
} |
// An implementation of WebKitPlatformSupport for tests. |
-class TestWebKitPlatformSupport : |
- public WebKit::WebUnitTestSupport, |
- public webkit_glue::WebKitPlatformSupportChildImpl { |
+class TestWebKitPlatformSupport |
jam
2013/10/03 17:04:18
nit: this file should be in content namespace as w
tfarina
2013/10/04 23:29:47
Done.
|
+ : public WebKit::WebUnitTestSupport, |
+ public webkit_glue::WebKitPlatformSupportChildImpl { |
public: |
TestWebKitPlatformSupport(); |
virtual ~TestWebKitPlatformSupport(); |
@@ -96,7 +96,7 @@ class TestWebKitPlatformSupport : |
private: |
webkit_glue::SimpleWebMimeRegistryImpl mime_registry_; |
- MockWebClipboardImpl mock_clipboard_; |
+ content::MockWebClipboardImpl mock_clipboard_; |
webkit_glue::WebFileUtilitiesImpl file_utilities_; |
base::ScopedTempDir file_system_root_; |
WebURLLoaderMockFactory url_loader_factory_; |