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

Unified Diff: content/utility/utility_thread_impl.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/weburl_loader_mock_factory.cc ('k') | content/worker/shared_worker_devtools_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_thread_impl.cc
diff --git a/content/utility/utility_thread_impl.cc b/content/utility/utility_thread_impl.cc
index ed7fbfe4a3fb7af959f9f0b6607d50b4cadba262..6151de67e7c8aa53abfc10444182ed2b1d3b8ea6 100644
--- a/content/utility/utility_thread_impl.cc
+++ b/content/utility/utility_thread_impl.cc
@@ -49,7 +49,7 @@ void UtilityThreadImpl::Shutdown() {
ChildThread::Shutdown();
if (!single_process_)
- WebKit::shutdown();
+ blink::shutdown();
}
bool UtilityThreadImpl::Send(IPC::Message* msg) {
@@ -92,7 +92,7 @@ void UtilityThreadImpl::Init() {
// needs WebKit initialized in the utility process, they need to have
// another path to support single process mode.
webkit_platform_support_.reset(new WebKitPlatformSupportImpl);
- WebKit::initialize(webkit_platform_support_.get());
+ blink::initialize(webkit_platform_support_.get());
}
GetContentClient()->utility()->UtilityThreadStarted();
}
« no previous file with comments | « content/test/weburl_loader_mock_factory.cc ('k') | content/worker/shared_worker_devtools_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698