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

Unified Diff: ppapi/thunk/ppb_url_request_info_api.h

Issue 238923007: PPAPI: Format ppapi/thunk using clang-format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 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 d9fc8c3d6ebafabccce4a19994df4928b9093781..b8989fc7d5cebfe33984c36bc2ef17099b061bcc 100644
--- a/ppapi/thunk/ppb_url_request_info_api.h
+++ b/ppapi/thunk/ppb_url_request_info_api.h
@@ -18,8 +18,7 @@ class PPAPI_THUNK_EXPORT PPB_URLRequestInfo_API {
public:
virtual ~PPB_URLRequestInfo_API() {}
- virtual PP_Bool SetProperty(PP_URLRequestProperty property,
- PP_Var var) = 0;
+ virtual PP_Bool SetProperty(PP_URLRequestProperty property, PP_Var var) = 0;
virtual PP_Bool AppendDataToBody(const void* data, uint32_t len) = 0;
virtual PP_Bool AppendFileToBody(PP_Resource file_ref,
int64_t start_offset,

Powered by Google App Engine
This is Rietveld 408576698