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

Unified Diff: content/common/resource_messages.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/common/page_state_serialization_unittest.cc ('k') | content/common/socket_stream_handle_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 082be1aa9ef46856ec7300887d8bbcc4477b2464..111b944d99fc28f53f11219cd6517031df8d411c 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -138,7 +138,7 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
IPC_STRUCT_MEMBER(GURL, referrer)
// The referrer policy to use.
- IPC_STRUCT_MEMBER(WebKit::WebReferrerPolicy, referrer_policy)
+ IPC_STRUCT_MEMBER(blink::WebReferrerPolicy, referrer_policy)
// Additional HTTP request headers.
IPC_STRUCT_MEMBER(std::string, headers)
« no previous file with comments | « content/common/page_state_serialization_unittest.cc ('k') | content/common/socket_stream_handle_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698