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

Unified Diff: content/child/service_worker/web_service_worker_impl.h

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
Index: content/child/service_worker/web_service_worker_impl.h
diff --git a/content/child/service_worker/web_service_worker_impl.h b/content/child/service_worker/web_service_worker_impl.h
index a3103162b595f232d6faf21a62693ade549048ae..cdcde1b950eda4e70c943ffd9ee0975a37d7c83e 100644
--- a/content/child/service_worker/web_service_worker_impl.h
+++ b/content/child/service_worker/web_service_worker_impl.h
@@ -12,7 +12,7 @@
namespace content {
class WebServiceWorkerImpl
- : NON_EXPORTED_BASE(public WebKit::WebServiceWorker) {
+ : NON_EXPORTED_BASE(public blink::WebServiceWorker) {
public:
explicit WebServiceWorkerImpl(int64 service_worker_id)
: service_worker_id_(service_worker_id) {}

Powered by Google App Engine
This is Rietveld 408576698