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

Issue 981803003: base: Add/Fix namespace closing comments. (Closed)

Created:
5 years, 9 months ago by danakj
Modified:
5 years, 9 months ago
CC:
chromium-reviews, tracing+reviews_chromium.org, wfh+watch_chromium.org, erikwright+watch_chromium.org, jshin+watch_chromium.org, grt+watch_chromium.org, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

base: Add/Fix namespace closing comments. A namespace foo should end with a comment "// namespace foo", this corrects errors in base/. BUG=464816 Committed: https://crrev.com/c3762b9e20b93c8f94f44224b5023789173965e2 Cr-Commit-Position: refs/heads/master@{#319543}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -36 lines) Patch
M base/android/jni_string.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/atomicops_internals_arm64_gcc.h View 1 chunk +1 line, -1 line 0 comments Download
M base/atomicops_internals_arm_gcc.h View 1 chunk +1 line, -1 line 0 comments Download
M base/atomicops_internals_atomicword_compat.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/atomicops_internals_gcc.h View 1 chunk +1 line, -1 line 0 comments Download
M base/atomicops_internals_mac.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/atomicops_internals_mips_gcc.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/atomicops_internals_portable.h View 1 chunk +2 lines, -2 lines 1 comment Download
M base/atomicops_internals_x86_gcc.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/atomicops_internals_x86_msvc.h View 1 chunk +1 line, -1 line 0 comments Download
M base/auto_reset.h View 1 chunk +1 line, -1 line 0 comments Download
M base/containers/hash_tables.h View 1 chunk +1 line, -1 line 0 comments Download
M base/guid_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/guid_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/path_service.h View 1 chunk +1 line, -1 line 0 comments Download
M base/path_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/process/memory.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/process/process_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/stl_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/strings/nullable_string16.h View 1 chunk +1 line, -1 line 0 comments Download
M base/strings/utf_offset_string_conversions_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/strings/utf_string_conversions_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/test/null_task_runner.h View 1 chunk +1 line, -1 line 0 comments Download
M base/test/null_task_runner.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/thread_restrictions.h View 1 chunk +1 line, -1 line 2 comments Download
M base/trace_event/memory_dump_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M base/trace_event/memory_dump_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/process_memory_totals_dump_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/value_conversions.h View 1 chunk +1 line, -1 line 0 comments Download
M base/vlog.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/win/scoped_variant.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (6 generated)
danakj
5 years, 9 months ago (2015-03-06 22:02:06 UTC) #4
Nico
lgtm This kind of thing, while strictly correct, seems inconsequential enough that it's almost not ...
5 years, 9 months ago (2015-03-06 22:11:17 UTC) #5
danakj
On Fri, Mar 6, 2015 at 2:11 PM, <thakis@chromium.org> wrote: > lgtm > > This ...
5 years, 9 months ago (2015-03-06 22:13:55 UTC) #6
Nico
On Fri, Mar 6, 2015 at 2:13 PM, Dana Jansens <danakj@chromium.org> wrote: > On Fri, ...
5 years, 9 months ago (2015-03-06 22:20:41 UTC) #7
danakj
On Fri, Mar 6, 2015 at 2:20 PM, Nico Weber <thakis@chromium.org> wrote: > On Fri, ...
5 years, 9 months ago (2015-03-06 22:25:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/981803003/1
5 years, 9 months ago (2015-03-06 22:30:05 UTC) #10
rvargas (doing something else)
lgtm https://codereview.chromium.org/981803003/diff/1/base/threading/thread_restrictions.h File base/threading/thread_restrictions.h (right): https://codereview.chromium.org/981803003/diff/1/base/threading/thread_restrictions.h#newcode46 base/threading/thread_restrictions.h:46: } // namespace content I'm fine either way, ...
5 years, 9 months ago (2015-03-06 22:53:43 UTC) #11
danakj
https://codereview.chromium.org/981803003/diff/1/base/threading/thread_restrictions.h File base/threading/thread_restrictions.h (right): https://codereview.chromium.org/981803003/diff/1/base/threading/thread_restrictions.h#newcode46 base/threading/thread_restrictions.h:46: } // namespace content On 2015/03/06 22:53:42, rvargas wrote: ...
5 years, 9 months ago (2015-03-06 22:59:18 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) mac_chromium_rel_ng on ...
5 years, 9 months ago (2015-03-07 00:03:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/981803003/1
5 years, 9 months ago (2015-03-07 00:06:29 UTC) #16
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 9 months ago (2015-03-07 01:52:13 UTC) #17
commit-bot: I haz the power
5 years, 9 months ago (2015-03-07 01:52:56 UTC) #18
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/c3762b9e20b93c8f94f44224b5023789173965e2
Cr-Commit-Position: refs/heads/master@{#319543}

Powered by Google App Engine
This is Rietveld 408576698