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

Issue 9289040: Remove reinterpret_cast on JSONValueConverter (Closed)

Created:
8 years, 11 months ago by tzik
Modified:
8 years, 11 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove reinterpret_cast on JSONValueConverter BUG=None TEST='JSONValueConverterTest.*' Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119393

Patch Set 1 #

Patch Set 2 : remove unneeded BASE_EXPORT #

Total comments: 2

Patch Set 3 : omit base_export #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -31 lines) Patch
M base/base.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M base/json/json_value_converter.h View 1 2 5 chunks +11 lines, -10 lines 0 comments Download
D base/json/json_value_converter.cc View 1 chunk +0 lines, -20 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tzik
Hi, mukai-san. As we talked in the tech-talk, how about removing reinterpret_cast like this?
8 years, 11 months ago (2012-01-26 04:25:23 UTC) #1
Jun Mukai
LGTM. Thanks for doing this. I don't remember why I used reinterpret_cast, but it's much ...
8 years, 11 months ago (2012-01-26 06:43:44 UTC) #2
Evan Martin
http://codereview.chromium.org/9289040/diff/2003/base/json/json_value_converter.h File base/json/json_value_converter.h (right): http://codereview.chromium.org/9289040/diff/2003/base/json/json_value_converter.h#newcode12 base/json/json_value_converter.h:12: #include "base/base_export.h" It appears BASE_EXPORT is no longer used ...
8 years, 11 months ago (2012-01-26 16:03:55 UTC) #3
tzik
http://codereview.chromium.org/9289040/diff/2003/base/json/json_value_converter.h File base/json/json_value_converter.h (right): http://codereview.chromium.org/9289040/diff/2003/base/json/json_value_converter.h#newcode12 base/json/json_value_converter.h:12: #include "base/base_export.h" On 2012/01/26 16:03:55, Evan Martin wrote: > ...
8 years, 11 months ago (2012-01-27 02:04:10 UTC) #4
Evan Martin
LGTM
8 years, 11 months ago (2012-01-27 02:47:13 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/9289040/6001
8 years, 11 months ago (2012-01-27 03:33:52 UTC) #6
commit-bot: I haz the power
8 years, 11 months ago (2012-01-27 07:12:24 UTC) #7
Change committed as 119393

Powered by Google App Engine
This is Rietveld 408576698