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

Issue 2364113002: Replace deprecated ScopedVector<T> in arc::FakeAppInstance (Closed)

Created:
4 years, 3 months ago by Ben Chan
Modified:
4 years, 3 months ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, yusukes+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace deprecated ScopedVector<T> in arc::FakeAppInstance This CL changes arc::FakeAppInstance to use vector<unique_ptr<T>> instead of the deprecated ScopedVector<T>. BUG=554289 Committed: https://crrev.com/55b2ff22878b069b9d7dd5e607cf9616ad709fdd Cr-Commit-Position: refs/heads/master@{#420758}

Patch Set 1 : Replace deprecated ScopedVector<T> in arc::FakeAppInstance #

Total comments: 4

Patch Set 2 : Clean up header inclusions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -29 lines) Patch
M chrome/browser/ui/app_list/app_context_menu_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/app_list/arc/arc_app_unittest.cc View 1 5 chunks +11 lines, -10 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/arc/test/fake_app_instance.h View 1 3 chunks +9 lines, -10 lines 0 comments Download
M components/arc/test/fake_app_instance.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 35 (21 generated)
Ben Chan
4 years, 3 months ago (2016-09-23 17:01:50 UTC) #5
Ben Chan
On 2016/09/23 17:01:50, Ben Chan wrote: sorry, not ready for review yet as there are ...
4 years, 3 months ago (2016-09-23 17:05:57 UTC) #7
Ben Chan
On 2016/09/23 17:05:57, Ben Chan wrote: > On 2016/09/23 17:01:50, Ben Chan wrote: > > ...
4 years, 3 months ago (2016-09-23 19:58:07 UTC) #16
Ben Chan
4 years, 3 months ago (2016-09-23 19:59:22 UTC) #18
Luis Héctor Chávez
Thanks! I think I got all the IWYU, but can you run `git cl lint` ...
4 years, 3 months ago (2016-09-23 20:03:00 UTC) #19
Ben Chan
https://codereview.chromium.org/2364113002/diff/30001/chrome/browser/ui/app_list/app_context_menu_unittest.cc File chrome/browser/ui/app_list/app_context_menu_unittest.cc (right): https://codereview.chromium.org/2364113002/diff/30001/chrome/browser/ui/app_list/app_context_menu_unittest.cc#newcode7 chrome/browser/ui/app_list/app_context_menu_unittest.cc:7: #include <unordered_set> On 2016/09/23 20:03:00, Luis Héctor Chávez wrote: ...
4 years, 3 months ago (2016-09-23 21:01:01 UTC) #20
Luis Héctor Chávez
https://codereview.chromium.org/2364113002/diff/30001/chrome/browser/ui/app_list/app_context_menu_unittest.cc File chrome/browser/ui/app_list/app_context_menu_unittest.cc (right): https://codereview.chromium.org/2364113002/diff/30001/chrome/browser/ui/app_list/app_context_menu_unittest.cc#newcode7 chrome/browser/ui/app_list/app_context_menu_unittest.cc:7: #include <unordered_set> On 2016/09/23 21:01:00, Ben Chan wrote: > ...
4 years, 3 months ago (2016-09-23 21:37:06 UTC) #21
Ben Chan
On 2016/09/23 21:37:06, Luis Héctor Chávez wrote: > https://codereview.chromium.org/2364113002/diff/30001/chrome/browser/ui/app_list/app_context_menu_unittest.cc > File chrome/browser/ui/app_list/app_context_menu_unittest.cc (right): > > ...
4 years, 3 months ago (2016-09-23 21:55:09 UTC) #22
Luis Héctor Chávez
Thanks! lgtm
4 years, 3 months ago (2016-09-23 21:57:08 UTC) #25
Ben Chan
On 2016/09/23 21:57:08, Luis Héctor Chávez wrote: > Thanks! > > lgtm Thanks. stevenjb@, could ...
4 years, 3 months ago (2016-09-23 22:12:34 UTC) #26
stevenjb
lgtm
4 years, 3 months ago (2016-09-23 22:29:34 UTC) #29
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/2364113002/50001
4 years, 3 months ago (2016-09-23 22:35:03 UTC) #31
commit-bot: I haz the power
Committed patchset #2 (id:50001)
4 years, 3 months ago (2016-09-23 22:48:57 UTC) #33
commit-bot: I haz the power
4 years, 3 months ago (2016-09-23 22:51:00 UTC) #35
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/55b2ff22878b069b9d7dd5e607cf9616ad709fdd
Cr-Commit-Position: refs/heads/master@{#420758}

Powered by Google App Engine
This is Rietveld 408576698