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

Issue 8373016: views: Change the remaining std::wstring entries to string16. (Closed)

Created:
9 years, 2 months ago by tfarina
Modified:
9 years, 2 months ago
Reviewers:
sky
CC:
chromium-reviews, tfarina, Paweł Hajdan Jr., dhollowa
Visibility:
Public.

Description

views: Change the remaining std::wstring entries to string16. BUG=68267 R=sky@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106920

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -24 lines) Patch
M chrome/browser/ui/views/about_chrome_view.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M views/drag_utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M views/view_text_utils.h View 3 chunks +5 lines, -6 lines 0 comments Download
M views/view_text_utils.cc View 6 chunks +7 lines, -5 lines 0 comments Download
M views/view_unittest.cc View 3 chunks +6 lines, -6 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
tfarina
9 years, 2 months ago (2011-10-22 00:20:38 UTC) #1
sky
http://codereview.chromium.org/8373016/diff/1/views/view_unittest.cc File views/view_unittest.cc (right): http://codereview.chromium.org/8373016/diff/1/views/view_unittest.cc#newcode944 views/view_unittest.cc:944: EXPECT_EQ(kReadOnlyText, string16(buffer)); I believe these should rename wstring since ...
9 years, 2 months ago (2011-10-24 14:56:08 UTC) #2
tfarina
http://codereview.chromium.org/8373016/diff/1/views/view_unittest.cc File views/view_unittest.cc (right): http://codereview.chromium.org/8373016/diff/1/views/view_unittest.cc#newcode944 views/view_unittest.cc:944: EXPECT_EQ(kReadOnlyText, string16(buffer)); On 2011/10/24 14:56:08, sky wrote: > I ...
9 years, 2 months ago (2011-10-24 15:19:42 UTC) #3
sky
9 years, 2 months ago (2011-10-24 15:46:41 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698