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

Unified Diff: content/test/test_webkit_platform_support.h

Issue 25705004: content: Move MockWebClipboardImpl into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/test/mock_webclipboard_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/test/mock_webclipboard_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698