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

Unified Diff: content/public/browser/resource_request_info.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/public/browser/render_widget_host.h ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/resource_request_info.h
diff --git a/content/public/browser/resource_request_info.h b/content/public/browser/resource_request_info.h
index f89b4beee7efd6c95c9b12d9da92debbb6e8af50..c2e87a1b0a1eae037ba3bcfd40efd4a956fccc4b 100644
--- a/content/public/browser/resource_request_info.h
+++ b/content/public/browser/resource_request_info.h
@@ -80,7 +80,7 @@ class ResourceRequestInfo {
virtual ResourceType::Type GetResourceType() const = 0;
// Returns the associated referrer policy.
- virtual WebKit::WebReferrerPolicy GetReferrerPolicy() const = 0;
+ virtual blink::WebReferrerPolicy GetReferrerPolicy() const = 0;
// Returns the associated page transition type.
virtual PageTransition GetPageTransition() const = 0;
« no previous file with comments | « content/public/browser/render_widget_host.h ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698