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

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: mv TestWebKitPlatformSupport too 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') | content/test/test_webkit_platform_support.cc » ('j') | 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..89c097cbb92bcd00672c37583753b4ac44ff518b 100644
--- a/content/test/test_webkit_platform_support.h
+++ b/content/test/test_webkit_platform_support.h
@@ -19,10 +19,12 @@ namespace WebKit {
class WebLayerTreeView;
}
+namespace content {
+
// An implementation of WebKitPlatformSupport for tests.
-class TestWebKitPlatformSupport :
- public WebKit::WebUnitTestSupport,
- public webkit_glue::WebKitPlatformSupportChildImpl {
+class TestWebKitPlatformSupport
+ : public WebKit::WebUnitTestSupport,
+ public webkit_glue::WebKitPlatformSupportChildImpl {
public:
TestWebKitPlatformSupport();
virtual ~TestWebKitPlatformSupport();
@@ -108,4 +110,6 @@ class TestWebKitPlatformSupport :
DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport);
};
+} // namespace content
+
#endif // CONTENT_TEST_TEST_WEBKIT_PLATFORM_SUPPORT_H_
« no previous file with comments | « content/test/mock_webclipboard_impl.cc ('k') | content/test/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698