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

Issue 7457021: Fix linux redux build (Closed)

Created:
9 years, 5 months ago by joth
Modified:
9 years, 5 months ago
Reviewers:
bulach, agl
CC:
chromium-reviews
Visibility:
Public.

Description

Fix linux redux build Follow up to http://codereview.chromium.org/7342047/ stl_util.h seems out of favor, so calling stl method directly as required. BUG=None TEST=Greeness on http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Redux/ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93181

Patch Set 1 #

Total comments: 1

Patch Set 2 : bulach comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M crypto/rsa_private_key_openssl.cc View 1 2 chunks +5 lines, -5 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
joth
(The call to assign instead of swap is not part of the build fix, just ...
9 years, 5 months ago (2011-07-20 11:03:17 UTC) #1
joth
+agl for OWNERS rubber stamp, although I'll probably land this anyway to fix the build. ...
9 years, 5 months ago (2011-07-20 11:04:26 UTC) #2
bulach
LGTM http://codereview.chromium.org/7457021/diff/1/crypto/rsa_private_key_openssl.cc File crypto/rsa_private_key_openssl.cc (right): http://codereview.chromium.org/7457021/diff/1/crypto/rsa_private_key_openssl.cc#newcode43 crypto/rsa_private_key_openssl.cc:43: output->assign(data, data+len); nit: data + len
9 years, 5 months ago (2011-07-20 11:06:02 UTC) #3
Denis Lagno
http://codereview.chromium.org/7457021/diff/3001/crypto/rsa_private_key_openssl.cc File crypto/rsa_private_key_openssl.cc (left): http://codereview.chromium.org/7457021/diff/3001/crypto/rsa_private_key_openssl.cc#oldcode83 crypto/rsa_private_key_openssl.cc:83: vector_as_array(&input))); > stl_util.h seems out of favor, so calling ...
9 years, 5 months ago (2011-07-20 11:13:59 UTC) #4
joth
On 2011/07/20 11:13:59, Denis Lagno wrote: > http://codereview.chromium.org/7457021/diff/3001/crypto/rsa_private_key_openssl.cc > File crypto/rsa_private_key_openssl.cc (left): > > http://codereview.chromium.org/7457021/diff/3001/crypto/rsa_private_key_openssl.cc#oldcode83 ...
9 years, 5 months ago (2011-07-20 11:20:46 UTC) #5
agl
9 years, 5 months ago (2011-07-20 14:07:41 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698