Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1802)

Unified Diff: athena/system/network_selector.cc

Issue 564073002: Changing the order of initialization WeakPtrFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/network_selector.cc
diff --git a/athena/system/network_selector.cc b/athena/system/network_selector.cc
index d6e4f011ba713a32a22831009c6a1a6e23d25f5e..a5314139c39b9b370203f04ef4ee50473e0210ac 100644
--- a/athena/system/network_selector.cc
+++ b/athena/system/network_selector.cc
@@ -311,8 +311,8 @@ class NetworkRow : public views::View {
ui::NetworkInfo network_;
views::View* container_;
- base::WeakPtrFactory<NetworkRow> weak_ptr_;
scoped_ptr<views::View> password_view_;
+ base::WeakPtrFactory<NetworkRow> weak_ptr_;
DISALLOW_COPY_AND_ASSIGN(NetworkRow);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698