Fix WeakPtrFactory ordering problems in src/tools
Cleaning up weak_ptr_factory destruction order in "src/tools" module. WeakPtrFactory should remain the last member so it'll be destroyed and invalidate its weak pointers before any other members are destroyed. BUG=303818 Review URL: https://codereview.chromium.org/555093002 Cr-Commit-Position: refs/heads/master@{#294117}
Showing
Please register or sign in to comment