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

Unified Diff: chrome/common/render_messages_params.h

Issue 6338002: net: Remove typedef net::URLRequestContext URLRequestContext; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for real Created 9 years, 11 months 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
Index: chrome/common/render_messages_params.h
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h
index 0523fdf2831ded66896ef97949a02957c2c22de7..287559ebd21240efe0de446d37e3e21e2e91680d 100644
--- a/chrome/common/render_messages_params.h
+++ b/chrome/common/render_messages_params.h
@@ -459,7 +459,7 @@ struct ViewHostMsg_Resource_Request {
// object).
ResourceType::Type resource_type;
- // Used by plugin->browser requests to get the correct URLRequestContext.
+ // Used by plugin->browser requests to get the correct net::URLRequestContext.
uint32 request_context;
// Indicates which frame (or worker context) the request is being loaded into,

Powered by Google App Engine
This is Rietveld 408576698