commit | e959d2e894889668b780cbfda27bc9fe090f8ad9 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Tue Feb 19 17:55:26 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Feb 19 17:55:26 2019 |
tree | a3999c7aea2c767684741441ca01c66560d56ada | |
parent | 52a6b5c420ce6bee9fa33fbe8b612a147d5f040f [diff] |
Remove the android_webview::crash_reporter namespace There is already a ::crash_reporter namespace and having a sub namespace with the same name as a top level namespace caused lookup complications (and it's banned by the code style guide). Since there was only a single function in the namespace, after deleting the unused function, let's just remove the whole namespace. This resolves a jumbo compilation problems with symbols being looked up in the wrong crash_reporter namespace. Change-Id: Iaf15dbbe6186d479c3768ee88ce7b84442014183 Reviewed-on: https://chromium-review.googlesource.com/c/1477111 Commit-Queue: Richard Coles <torne@chromium.org> Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#633305}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .