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

Issue 8585043: chromeos: Fix a clang build error in CandidateWindowView. (Closed)

Created:
9 years, 1 month ago by satorux1
Modified:
9 years, 1 month ago
Reviewers:
oshima
CC:
chromium-reviews, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

chromeos: Fix a clang build error in CandidateWindowView. Clang doesn't like the destructor to be inlined in .h file. ./chrome/browser/chromeos/input_method/candidate_window_view.h:32:3: error: [chromium-style] Complex destructor has an inline body. The error was caused by crrev.com/110492 TEST=chrome builds BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110563

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M chrome/browser/chromeos/input_method/candidate_window.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_view.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
oshima
LGTM
9 years, 1 month ago (2011-11-17 21:22:10 UTC) #1
satorux1
Thanks. nona@, please run linux_chromeos_clang try bot next time.
9 years, 1 month ago (2011-11-17 21:23:31 UTC) #2
Seigo Nonaka
9 years, 1 month ago (2011-11-18 01:00:31 UTC) #3
On 2011/11/17 21:23:31, satorux1 wrote:
> Thanks.
> 
> nona@, please run linux_chromeos_clang try bot next time.

Oops! Thank you for your kind fix, and I will keep in mind, sorry.

Powered by Google App Engine
This is Rietveld 408576698