commit | 93d078b0cea3b9e903a80fb9f88d9ceb68a79aa8 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu Apr 25 15:26:21 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 25 15:26:21 2019 |
tree | b61848c7b9a3ef535026df86e8df5ab21e8459d3 | |
parent | bb97c4eb5233cd4431994959bf970dea7423eac0 [diff] |
Avoid using the symbol name |interface| since it's a Win macro In some Windows SDK headers |interface| is declared to be a macro so it's always a bit risky using that name in normal code. There are reports that the instance in BackgroundFetchRegistrationServiceImpl caused problems in some jumbo builds so let's just rename it mojo_interface. Bug: 956486 Change-Id: Ic261cdd76ce2f6b30e449c0a25000a8542ef0f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584281 Commit-Queue: Daniel Bratell <bratell@opera.com> Commit-Queue: Peter Beverloo <peter@chromium.org> Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#654032}
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 .