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

Unified Diff: ppapi/thunk/ppb_url_request_info_api.h

Issue 10913257: Convert url request info to new proxy API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: ppapi/thunk/ppb_url_request_info_api.h
diff --git a/ppapi/thunk/ppb_url_request_info_api.h b/ppapi/thunk/ppb_url_request_info_api.h
index a3890b18ea255de52eb64b0855d3c869be0faf0b..d9fc8c3d6ebafabccce4a19994df4928b9093781 100644
--- a/ppapi/thunk/ppb_url_request_info_api.h
+++ b/ppapi/thunk/ppb_url_request_info_api.h
@@ -10,7 +10,7 @@
namespace ppapi {
-struct PPB_URLRequestInfo_Data;
+struct URLRequestInfoData;
namespace thunk {
@@ -27,7 +27,7 @@ class PPAPI_THUNK_EXPORT PPB_URLRequestInfo_API {
PP_Time expected_last_modified_time) = 0;
// Internal-only function for retrieving the current config.
- virtual const PPB_URLRequestInfo_Data& GetData() const = 0;
+ virtual const URLRequestInfoData& GetData() const = 0;
};
} // namespace thunk

Powered by Google App Engine
This is Rietveld 408576698