Changing the order of initialization WeakPtrFactory
commit5231c93b459024813adb2dddd54d54add5666931
authorkulkarni.a <kulkarni.a@samsung.com>
Fri, 12 Sep 2014 11:32:49 +0000 (12 04:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Sep 2014 11:35:11 +0000 (12 11:35 +0000)
treeb00109161ef1a05219e8c8e56c8c019b36e3ce28
parent1ec1dbcc68ee3590b3b296617c5eaafb1e6de04b
Changing the order of initialization WeakPtrFactory

Changing in the intialization order of WeakPtrFactory in src/athena module
such that all member variables should appear before the WeakPtrFactory
to ensure that any WeakPtrs to Controller are invalidated before its members
variable's destructors are executed, rendering them invalid.

BUG=303818

Review URL: https://codereview.chromium.org/564073002

Cr-Commit-Position: refs/heads/master@{#294574}
athena/system/network_selector.cc