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

Issue 2192533002: (gcc) fix compilation of os_exchange_data_provider_aurax11.cc (Closed)

Created:
4 years, 4 months ago by Mostyn Bramley-Moore
Modified:
4 years, 4 months ago
Reviewers:
Elliot Glaysher, sky, dcheng
CC:
chromium-reviews, dcheng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

(gcc) fix compilation of os_exchange_data_provider_aurax11.cc This fixes a gcc compilation error in os_exchange_data_provider_aurax11.cc: error: cannot convert 'ret' from type 'std::unique_ptr<ui::OSExchangeDataProviderAuraX11>' to type 'std::unique_ptr<ui::OSExchangeDataProviderAuraX11>&&' Tested with gcc 4.8.4. Followup to https://codereview.chromium.org/2179813003 BUG=614037 Committed: https://crrev.com/3624c6c095108839db78c01dce92c731cf10b954 Cr-Commit-Position: refs/heads/master@{#408233}

Patch Set 1 #

Total comments: 2

Patch Set 2 : use std::move #

Patch Set 3 : IWYU: <utility> #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M ui/base/dragdrop/os_exchange_data_provider_aurax11.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 26 (16 generated)
Mostyn Bramley-Moore
@sky, Elliot: please take a look at this GCC compile fixup after https://codereview.chromium.org/2179813003 Without this ...
4 years, 4 months ago (2016-07-27 16:43:52 UTC) #4
Elliot Glaysher
lgtm
4 years, 4 months ago (2016-07-27 17:03:16 UTC) #5
dcheng
https://codereview.chromium.org/2192533002/diff/1/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc File ui/base/dragdrop/os_exchange_data_provider_aurax11.cc (left): https://codereview.chromium.org/2192533002/diff/1/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc#oldcode115 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:115: return ret; Please keep the original code and just ...
4 years, 4 months ago (2016-07-27 17:05:44 UTC) #7
Mostyn Bramley-Moore
https://codereview.chromium.org/2192533002/diff/1/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc File ui/base/dragdrop/os_exchange_data_provider_aurax11.cc (left): https://codereview.chromium.org/2192533002/diff/1/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc#oldcode115 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:115: return ret; On 2016/07/27 17:05:44, dcheng wrote: > Please ...
4 years, 4 months ago (2016-07-27 17:34:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2192533002/20001
4 years, 4 months ago (2016-07-27 17:34:49 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/226249)
4 years, 4 months ago (2016-07-27 17:41:18 UTC) #15
sky
LGTM
4 years, 4 months ago (2016-07-27 19:26:31 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2192533002/40001
4 years, 4 months ago (2016-07-27 20:44:50 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-07-27 20:50:03 UTC) #24
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 20:52:55 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3624c6c095108839db78c01dce92c731cf10b954
Cr-Commit-Position: refs/heads/master@{#408233}

Powered by Google App Engine
This is Rietveld 408576698