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

Issue 693773003: Cleanup various includes and namespace references. (Closed)

Created:
6 years, 1 month ago by Fabrice (no longer in Chrome)
Modified:
6 years, 1 month ago
CC:
chromium-reviews, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, sadrul, jam, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Cleanup various includes and namespace references. These are mostly mechanical changes found while attempting to compile the Android build with libc++. BUG=427718 TBR=darin@chromium.org Committed: https://crrev.com/e7be940cdf738454be4e7f61cd1fd0933fc91166 Cr-Commit-Position: refs/heads/master@{#302425}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Review comments #

Patch Set 3 : Review comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -10 lines) Patch
M base/debug/stack_trace_android.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M base/test/multiprocess_test_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/content_view_statics.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/java/gin_java_bound_object.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/source_address_token.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/quic_sent_entropy_manager_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/protobuf/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/extension_set.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/protobuf/src/google/protobuf/unknown_field_set.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (2 generated)
Fabrice (no longer in Chrome)
PTAL, I think these are relatively straight-forward changes. darin@chromium.org: Please review changes in third_party/ gavinp@chromium.org: ...
6 years, 1 month ago (2014-10-31 12:09:55 UTC) #2
pasko
lgtm! thank you!
6 years, 1 month ago (2014-10-31 12:43:50 UTC) #3
gavinp
lgtm
6 years, 1 month ago (2014-10-31 12:54:36 UTC) #4
Nico
Looks generally fine, but a few questions: https://codereview.chromium.org/693773003/diff/1/base/debug/stack_trace_android.cc File base/debug/stack_trace_android.cc (right): https://codereview.chromium.org/693773003/diff/1/base/debug/stack_trace_android.cc#newcode120 base/debug/stack_trace_android.cc:120: *os << ...
6 years, 1 month ago (2014-10-31 14:30:08 UTC) #5
Sami
https://codereview.chromium.org/693773003/diff/1/content/browser/android/content_view_statics.cc File content/browser/android/content_view_statics.cc (left): https://codereview.chromium.org/693773003/diff/1/content/browser/android/content_view_statics.cc#oldcode86 content/browser/android/content_view_statics.cc:86: DCHECK_NE(pos, suspended_processes_.end()); Is this working around some bug in ...
6 years, 1 month ago (2014-10-31 14:33:27 UTC) #6
pasko
https://codereview.chromium.org/693773003/diff/1/content/browser/android/content_view_statics.cc File content/browser/android/content_view_statics.cc (left): https://codereview.chromium.org/693773003/diff/1/content/browser/android/content_view_statics.cc#oldcode86 content/browser/android/content_view_statics.cc:86: DCHECK_NE(pos, suspended_processes_.end()); On 2014/10/31 14:33:27, Sami wrote: > Is ...
6 years, 1 month ago (2014-10-31 15:38:24 UTC) #7
Fabrice (no longer in Chrome)
Thanks for the review and comments everyone! New patch + answers inline. https://codereview.chromium.org/693773003/diff/1/base/debug/stack_trace_android.cc File base/debug/stack_trace_android.cc ...
6 years, 1 month ago (2014-10-31 15:45:24 UTC) #8
Nico
https://codereview.chromium.org/693773003/diff/1/base/debug/stack_trace_android.cc File base/debug/stack_trace_android.cc (right): https://codereview.chromium.org/693773003/diff/1/base/debug/stack_trace_android.cc#newcode120 base/debug/stack_trace_android.cc:120: *os << std::string("<unknown>"); > Maybe it works with Clang ...
6 years, 1 month ago (2014-10-31 16:10:03 UTC) #9
Fabrice (no longer in Chrome)
https://codereview.chromium.org/693773003/diff/1/base/debug/stack_trace_android.cc File base/debug/stack_trace_android.cc (right): https://codereview.chromium.org/693773003/diff/1/base/debug/stack_trace_android.cc#newcode120 base/debug/stack_trace_android.cc:120: *os << std::string("<unknown>"); On 2014/10/31 16:10:03, Nico wrote: > ...
6 years, 1 month ago (2014-10-31 17:01:15 UTC) #10
Nico
base/ lgtm
6 years, 1 month ago (2014-10-31 17:02:13 UTC) #11
Sami
On 2014/10/31 15:38:24, pasko wrote: > https://codereview.chromium.org/693773003/diff/1/content/browser/android/content_view_statics.cc > File content/browser/android/content_view_statics.cc (left): > > https://codereview.chromium.org/693773003/diff/1/content/browser/android/content_view_statics.cc#oldcode86 > ...
6 years, 1 month ago (2014-10-31 18:59:20 UTC) #12
Fabrice (no longer in Chrome)
Change to protobuf being upstreamed here: https://github.com/google/protobuf/pull/72 Adding darin@ to TBR, per instructions from third_party/OWNERS
6 years, 1 month ago (2014-11-03 12:52:21 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/693773003/40001
6 years, 1 month ago (2014-11-03 12:53:15 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years, 1 month ago (2014-11-03 13:59:22 UTC) #16
commit-bot: I haz the power
6 years, 1 month ago (2014-11-03 13:59:56 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e7be940cdf738454be4e7f61cd1fd0933fc91166
Cr-Commit-Position: refs/heads/master@{#302425}

Powered by Google App Engine
This is Rietveld 408576698