commit | 609a8398a05f7fe1db94fc23b88a1b0c4f96319d | [log] [tgz] |
---|---|---|
author | thakis <[email protected]> | Fri May 01 18:37:28 2015 |
committer | Commit bot <[email protected]> | Fri May 01 18:38:05 2015 |
tree | d17b636eee365cc8b455412c95daf30935527080 | |
parent | 2cf387a31df4df41581982d28d964eb9e1607496 [diff] |
win: Move WeakPtrFactory towards the end of a class. The class has another WeakPtrFactory member, but the two factories are used in different ways (one has explicit calls to InvalidateWeakPtrs()) so they can't be merged. I had missed that there's a second WeakPtrFactory in https://codereview.chromium.org/1107353003/ Should fix the last [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition. warning on Windows. BUG=303818,467287 Review URL: https://codereview.chromium.org/1121733002 Cr-Commit-Position: refs/heads/master@{#327948}