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

Issue 10065037: RefCounted types should not have public destructors, base/ edition (Closed)

Created:
8 years, 8 months ago by Ryan Sleevi
Modified:
8 years, 8 months ago
CC:
chromium-reviews, erikwright (departed), sadrul, brettw-cc_chromium.org
Visibility:
Public.

Description

RefCounted types should not have public destructors, base/ edition BUG=123295 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133825

Patch Set 1 #

Total comments: 2

Patch Set 2 : Implementation files #

Patch Set 3 : Typo fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -28 lines) Patch
M base/files/file_path_watcher.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M base/files/file_path_watcher_browsertest.cc View 1 3 chunks +9 lines, -0 lines 0 comments Download
M base/files/file_path_watcher_kqueue.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M base/files/file_path_watcher_linux.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M base/files/file_path_watcher_mac.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M base/files/file_path_watcher_stub.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M base/memory/ref_counted_memory.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M base/memory/ref_counted_memory.cc View 1 3 chunks +6 lines, -8 lines 0 comments Download
M base/memory/ref_counted_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M base/message_loop_unittest.cc View 1 2 3 chunks +13 lines, -6 lines 0 comments Download
M base/threading/sequenced_worker_pool_unittest.cc View 1 4 chunks +7 lines, -3 lines 0 comments Download
M base/threading/worker_pool_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Ryan Sleevi
jar: PTAL
8 years, 8 months ago (2012-04-13 08:50:53 UTC) #1
jar (doing other things)
One small nit. LGTM http://codereview.chromium.org/10065037/diff/1/base/threading/worker_pool_unittest.cc File base/threading/worker_pool_unittest.cc (right): http://codereview.chromium.org/10065037/diff/1/base/threading/worker_pool_unittest.cc#newcode27 base/threading/worker_pool_unittest.cc:27: PostTaskAndReplyTester() : finished_(false), test_event_(false, false) ...
8 years, 8 months ago (2012-04-14 01:09:38 UTC) #2
Ryan Sleevi
Note that I'm taking a liberal interpretation of http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Declaration_Order#Declaration_Order here, which states "Friend declarations should ...
8 years, 8 months ago (2012-04-24 22:26:01 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10065037/8001
8 years, 8 months ago (2012-04-24 22:26:17 UTC) #4
commit-bot: I haz the power
Try job failure for 10065037-8001 (retry) on android for steps "Compile, build". It's a second ...
8 years, 8 months ago (2012-04-24 22:44:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10065037/5004
8 years, 8 months ago (2012-04-24 22:52:02 UTC) #6
commit-bot: I haz the power
8 years, 8 months ago (2012-04-25 00:42:53 UTC) #7
Change committed as 133825

Powered by Google App Engine
This is Rietveld 408576698