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

Issue 10855123: Remove unnecessary assignment in transport_client_socket_unittest.cc. (Closed)

Created:
8 years, 4 months ago by Philippe
Modified:
8 years, 4 months ago
Reviewers:
mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Remove unnecessary assignment in transport_client_socket_unittest.cc. This is part of Chrome for Android upstreaming. This line was introduced by r137387 which turned |sock| into a scoped_refptr rather than a raw pointer (that needed to be initialized). This assignment is obviously not needed anymore. Internally we don't have this extra '= NULL' which causes an unnecessary diff. BUG=136750 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151276

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M net/socket/transport_client_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Philippe
8 years, 4 months ago (2012-08-13 10:43:31 UTC) #1
mmenke
LGTM
8 years, 4 months ago (2012-08-13 14:28:53 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/10855123/1
8 years, 4 months ago (2012-08-13 14:44:10 UTC) #3
commit-bot: I haz the power
8 years, 4 months ago (2012-08-13 15:58:17 UTC) #4
Change committed as 151276

Powered by Google App Engine
This is Rietveld 408576698