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

Unified Diff: webkit/child/resource_loader_bridge.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (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 | « webkit/child/multipart_response_delegate_unittest.cc ('k') | webkit/child/resource_loader_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/resource_loader_bridge.h
diff --git a/webkit/child/resource_loader_bridge.h b/webkit/child/resource_loader_bridge.h
index f1bedecb94d8907b1a595283f56f4900c355fe95..e1cd310fd33d2659d94b65e4195ed4a6cd672eed 100644
--- a/webkit/child/resource_loader_bridge.h
+++ b/webkit/child/resource_loader_bridge.h
@@ -59,7 +59,7 @@ class ResourceLoaderBridge {
GURL referrer;
// The referrer policy that applies to the referrer.
- WebKit::WebReferrerPolicy referrer_policy;
+ blink::WebReferrerPolicy referrer_policy;
// For HTTP(S) requests, the headers parameter can be a \r\n-delimited and
// \r\n-terminated list of MIME headers. They should be ASCII-encoded using
@@ -97,7 +97,7 @@ class ResourceLoaderBridge {
bool has_user_gesture;
// Extra data associated with this request. We do not own this pointer.
- WebKit::WebURLRequest::ExtraData* extra_data;
+ blink::WebURLRequest::ExtraData* extra_data;
private:
DISALLOW_COPY_AND_ASSIGN(RequestInfo);
« no previous file with comments | « webkit/child/multipart_response_delegate_unittest.cc ('k') | webkit/child/resource_loader_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698