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

Unified Diff: content/child/request_extra_data.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/child/quota_dispatcher.cc ('k') | content/child/request_extra_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_extra_data.h
diff --git a/content/child/request_extra_data.h b/content/child/request_extra_data.h
index 0b3d30a2fc09820732ada1b35df0093ea8685cd4..d0c85fbab49ebae4e55600b143f9fd956e3c810a 100644
--- a/content/child/request_extra_data.h
+++ b/content/child/request_extra_data.h
@@ -17,8 +17,8 @@ namespace content {
class CONTENT_EXPORT RequestExtraData
: NON_EXPORTED_BASE(public webkit_glue::WebURLRequestExtraDataImpl) {
public:
- RequestExtraData(WebKit::WebReferrerPolicy referrer_policy,
- const WebKit::WebString& custom_user_agent,
+ RequestExtraData(blink::WebReferrerPolicy referrer_policy,
+ const blink::WebString& custom_user_agent,
bool was_after_preconnect_request,
bool is_main_frame,
int64 frame_id,
« no previous file with comments | « content/child/quota_dispatcher.cc ('k') | content/child/request_extra_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698