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

Unified Diff: webkit/child/resource_loader_bridge.cc

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/resource_loader_bridge.h ('k') | webkit/child/touch_fling_gesture_curve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/resource_loader_bridge.cc
diff --git a/webkit/child/resource_loader_bridge.cc b/webkit/child/resource_loader_bridge.cc
index 077f5570296a86d1a32ca4e3712ac32b68c1f644..439a09fe3fc82ba49dbf5a8e956cde640766a5f9 100644
--- a/webkit/child/resource_loader_bridge.cc
+++ b/webkit/child/resource_loader_bridge.cc
@@ -11,7 +11,7 @@
namespace webkit_glue {
ResourceLoaderBridge::RequestInfo::RequestInfo()
- : referrer_policy(WebKit::WebReferrerPolicyDefault),
+ : referrer_policy(blink::WebReferrerPolicyDefault),
load_flags(0),
requestor_pid(0),
request_type(ResourceType::MAIN_FRAME),
« no previous file with comments | « webkit/child/resource_loader_bridge.h ('k') | webkit/child/touch_fling_gesture_curve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698