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

Unified Diff: content/test/webkit_support.cc

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/web_layer_tree_view_impl_for_testing.cc ('k') | content/test/weburl_loader_mock.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 01f80de62e333f1091c4167fa17afafc47519972..bb23435350a278aa5bcb8613f729cb195f93e7d9 100644
--- a/content/test/webkit_support.cc
+++ b/content/test/webkit_support.cc
@@ -57,9 +57,9 @@ TestEnvironment* test_environment;
} // namespace
void SetUpTestEnvironmentForUnitTests() {
- WebKit::WebRuntimeFeatures::enableStableFeatures(true);
- WebKit::WebRuntimeFeatures::enableExperimentalFeatures(true);
- WebKit::WebRuntimeFeatures::enableTestOnlyFeatures(true);
+ blink::WebRuntimeFeatures::enableStableFeatures(true);
+ blink::WebRuntimeFeatures::enableExperimentalFeatures(true);
+ blink::WebRuntimeFeatures::enableTestOnlyFeatures(true);
#if defined(OS_ANDROID)
JNIEnv* env = base::android::AttachCurrentThread();
@@ -85,7 +85,7 @@ void TearDownTestEnvironment() {
base::RunLoop().RunUntilIdle();
if (RunningOnValgrind())
- WebKit::WebCache::clear();
+ blink::WebCache::clear();
delete test_environment;
test_environment = NULL;
}
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.cc ('k') | content/test/weburl_loader_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698