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

Issue 2287523002: Fixes a return type mismatch in suggestions service factory. (Closed)

Created:
4 years, 3 months ago by stkhapugin
Modified:
4 years, 3 months ago
Reviewers:
droger, Bernhard Bauer
CC:
chromium-reviews, ntp-dev+reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixes a return type mismatch in suggestions service factory. Fixes IOSChromeContentSuggestionsServiceFactory::BuildServiceInstanceFor return types by std::moving them, as the declared return type is a superclass of the actually returned types. BUG=None Committed: https://crrev.com/08cd9d655c6a97c1801d1726cd79657665fbe627 Cr-Commit-Position: refs/heads/master@{#414718}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
stkhapugin
PTAL
4 years, 3 months ago (2016-08-26 14:30:16 UTC) #2
droger
lgtm Is this causing a failure somewhere?
4 years, 3 months ago (2016-08-26 14:40:35 UTC) #3
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/2287523002/1
4 years, 3 months ago (2016-08-26 14:41:54 UTC) #5
Bernhard Bauer
Uh, I'm confused. According to https://www.chromium.org/rvalue-references#TOC-6.-std::move-does-not-move-it-casts., a std::move is nothing but a cast to an ...
4 years, 3 months ago (2016-08-26 14:57:23 UTC) #6
droger
On 2016/08/26 14:57:23, Bernhard (OOO until Sep 7) wrote: > Uh, I'm confused. According to ...
4 years, 3 months ago (2016-08-26 15:00:39 UTC) #7
stkhapugin
On 2016/08/26 14:57:23, Bernhard (OOO until Sep 7) wrote: > Uh, I'm confused. According to ...
4 years, 3 months ago (2016-08-26 15:02:42 UTC) #8
Bernhard Bauer
On 2016/08/26 15:02:42, stkhapugin wrote: > On 2016/08/26 14:57:23, Bernhard (OOO until Sep 7) wrote: ...
4 years, 3 months ago (2016-08-26 15:15:32 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-08-26 15:29:54 UTC) #10
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 15:32:13 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/08cd9d655c6a97c1801d1726cd79657665fbe627
Cr-Commit-Position: refs/heads/master@{#414718}

Powered by Google App Engine
This is Rietveld 408576698