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

Unified Diff: content/worker/websharedworker_stub.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
« no previous file with comments | « content/worker/shared_worker_permission_client_proxy.cc ('k') | content/worker/websharedworker_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/websharedworker_stub.h
diff --git a/content/worker/websharedworker_stub.h b/content/worker/websharedworker_stub.h
index 8dd312d5d995d421307fd6772e412a57515c69e9..012decd29416944e1f8b8a405da39babd6874ae4 100644
--- a/content/worker/websharedworker_stub.h
+++ b/content/worker/websharedworker_stub.h
@@ -12,7 +12,7 @@
#include "third_party/WebKit/public/web/WebSharedWorker.h"
#include "url/gurl.h"
-namespace WebKit {
+namespace blink {
class WebSharedWorker;
}
@@ -55,7 +55,7 @@ class WebSharedWorkerStub : public IPC::Listener {
void OnStartWorkerContext(
const GURL& url, const string16& user_agent, const string16& source_code,
const string16& content_security_policy,
- WebKit::WebContentSecurityPolicyType policy_type);
+ blink::WebContentSecurityPolicyType policy_type);
void OnTerminateWorkerContext();
@@ -66,7 +66,7 @@ class WebSharedWorkerStub : public IPC::Listener {
// from the worker object.
WebSharedWorkerClientProxy client_;
- WebKit::WebSharedWorker* impl_;
+ blink::WebSharedWorker* impl_;
string16 name_;
bool started_;
GURL url_;
« no previous file with comments | « content/worker/shared_worker_permission_client_proxy.cc ('k') | content/worker/websharedworker_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698