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

Issue 255903002: Use base::STLSet* in place of std::set_* for simplicity and consistency. (Closed)

Created:
6 years, 8 months ago by Sungmann Cho
Modified:
6 years, 8 months ago
Reviewers:
Jeffrey Yasskin
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Use base::STLSet* in place of std::set_* for simplicity and consistency. BUG=254066 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266403

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -12 lines) Patch
M extensions/common/url_pattern_set.cc View 1 2 3 chunks +4 lines, -12 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Sungmann Cho
Please take a look. Thanks.
6 years, 8 months ago (2014-04-25 14:17:19 UTC) #1
Jeffrey Yasskin
lgtm https://codereview.chromium.org/255903002/diff/20001/extensions/common/url_pattern_set.cc File extensions/common/url_pattern_set.cc (right): https://codereview.chromium.org/255903002/diff/20001/extensions/common/url_pattern_set.cc#newcode40 extensions/common/url_pattern_set.cc:40: out->patterns_ = base::STLSetIntersection<std::set<URLPattern> >( Since you're reassigning patterns_ ...
6 years, 8 months ago (2014-04-25 15:14:23 UTC) #2
Sungmann Cho
You're right! So we can remove the same line in other siblings. https://codereview.chromium.org/255903002/diff/20001/extensions/common/url_pattern_set.cc File extensions/common/url_pattern_set.cc ...
6 years, 8 months ago (2014-04-25 15:39:23 UTC) #3
Sungmann Cho
The CQ bit was checked by sungmann.cho@navercorp.com
6 years, 8 months ago (2014-04-25 15:44:31 UTC) #4
Sungmann Cho
The CQ bit was unchecked by sungmann.cho@navercorp.com
6 years, 8 months ago (2014-04-25 21:36:50 UTC) #5
Sungmann Cho
The CQ bit was checked by sungmann.cho@navercorp.com
6 years, 8 months ago (2014-04-25 21:37:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sungmann.cho@navercorp.com/255903002/40001
6 years, 8 months ago (2014-04-25 22:00:15 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 23:13:51 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 8 months ago (2014-04-25 23:13:51 UTC) #9
Sungmann Cho
The CQ bit was checked by sungmann.cho@navercorp.com
6 years, 8 months ago (2014-04-26 00:59:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sungmann.cho@navercorp.com/255903002/40001
6 years, 8 months ago (2014-04-26 01:00:22 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-26 04:14:50 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 8 months ago (2014-04-26 04:14:50 UTC) #13
Sungmann Cho
The CQ bit was checked by sungmann.cho@navercorp.com
6 years, 8 months ago (2014-04-26 05:04:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sungmann.cho@navercorp.com/255903002/40001
6 years, 8 months ago (2014-04-26 05:05:38 UTC) #15
commit-bot: I haz the power
6 years, 8 months ago (2014-04-27 00:28:06 UTC) #16
Message was sent while issue was closed.
Change committed as 266403

Powered by Google App Engine
This is Rietveld 408576698