Declaring the weak_ptr_factory in proper order.
Cleaning up weak_ptr_factory destruction order in "src/chrome/browser/chromeos"
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
Committed:
https://crrev.com/d35b99c4d56ee98508103fc8a832f57f02eb154a
Cr-Commit-Position: refs/heads/master@{#295923}