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

Unified Diff: content/worker/shared_worker_permission_client_proxy.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/worker/shared_worker_permission_client_proxy.h ('k') | content/worker/websharedworker_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/shared_worker_permission_client_proxy.cc
diff --git a/content/worker/shared_worker_permission_client_proxy.cc b/content/worker/shared_worker_permission_client_proxy.cc
index eb5c1d5a3ebf99ac5152ddebb5d2418a6a9281a0..eb187c252de08c6001ce40ba3a47e8c41839c4db 100644
--- a/content/worker/shared_worker_permission_client_proxy.cc
+++ b/content/worker/shared_worker_permission_client_proxy.cc
@@ -26,8 +26,8 @@ SharedWorkerPermissionClientProxy::~SharedWorkerPermissionClientProxy() {
}
bool SharedWorkerPermissionClientProxy::allowDatabase(
- const WebKit::WebString& name,
- const WebKit::WebString& display_name,
+ const blink::WebString& name,
+ const blink::WebString& display_name,
unsigned long estimated_size) {
if (is_unique_origin_)
return false;
@@ -48,7 +48,7 @@ bool SharedWorkerPermissionClientProxy::allowFileSystem() {
}
bool SharedWorkerPermissionClientProxy::allowIndexedDB(
- const WebKit::WebString& name) {
+ const blink::WebString& name) {
if (is_unique_origin_)
return false;
bool result = false;
« no previous file with comments | « content/worker/shared_worker_permission_client_proxy.h ('k') | content/worker/websharedworker_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698