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

Unified Diff: content/worker/shared_worker_permission_client_proxy.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/worker/shared_worker_permission_client_proxy.h
diff --git a/content/worker/shared_worker_permission_client_proxy.h b/content/worker/shared_worker_permission_client_proxy.h
index bc742cd20621c28b2ad621f28d1862edb0e3730d..61f58c95185ff8a09ab0c571ce63378e9c8d7972 100644
--- a/content/worker/shared_worker_permission_client_proxy.h
+++ b/content/worker/shared_worker_permission_client_proxy.h
@@ -17,7 +17,7 @@ class ThreadSafeSender;
// This proxy is created on the main renderer thread then passed onto
// the blink's worker thread.
class SharedWorkerPermissionClientProxy
- : public WebKit::WebWorkerPermissionClientProxy {
+ : public blink::WebWorkerPermissionClientProxy {
public:
SharedWorkerPermissionClientProxy(
const GURL& origin_url,
@@ -27,11 +27,11 @@ class SharedWorkerPermissionClientProxy
virtual ~SharedWorkerPermissionClientProxy();
// WebWorkerPermissionClientProxy overrides.
- virtual bool allowDatabase(const WebKit::WebString& name,
- const WebKit::WebString& display_name,
+ virtual bool allowDatabase(const blink::WebString& name,
+ const blink::WebString& display_name,
unsigned long estimated_size);
virtual bool allowFileSystem();
- virtual bool allowIndexedDB(const WebKit::WebString& name);
+ virtual bool allowIndexedDB(const blink::WebString& name);
private:
const GURL origin_url_;
« no previous file with comments | « content/worker/shared_worker_devtools_agent.cc ('k') | content/worker/shared_worker_permission_client_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698