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

Unified Diff: content/test/webkit_support.cc

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/webkit_support.h ('k') | content/test/webkit_unit_test_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webkit_support.cc
diff --git a/content/test/webkit_support.cc b/content/test/webkit_support.cc
index e687e57ede6fad91c58b79be48f00ff0de3aac25..d95765d9aef0ce0f847337d47431cbbd4b1a6962 100644
--- a/content/test/webkit_support.cc
+++ b/content/test/webkit_support.cc
@@ -23,6 +23,8 @@
#include "base/test/mock_chrome_application_mac.h"
#endif
+namespace content {
+
namespace {
class TestEnvironment {
@@ -54,8 +56,6 @@ TestEnvironment* test_environment;
} // namespace
-namespace webkit_support {
-
void SetUpTestEnvironmentForUnitTests() {
WebKit::WebRuntimeFeatures::enableStableFeatures(true);
WebKit::WebRuntimeFeatures::enableExperimentalFeatures(true);
@@ -91,4 +91,4 @@ void TearDownTestEnvironment() {
test_environment = NULL;
}
-} // namespace webkit_support
+} // namespace content
« no previous file with comments | « content/test/webkit_support.h ('k') | content/test/webkit_unit_test_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698