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

Unified Diff: chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc

Issue 1103713003: win: Move a few WeakPtrFactories to the end of their containing classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | chrome/browser/notifications/message_center_notification_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc
diff --git a/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc b/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc
index 88620d34677505752128a8ee308c859aaf7da983..78d999f9be5ea00c7c25bc226fe01bbd8d1b186c 100644
--- a/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc
+++ b/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc
@@ -122,12 +122,12 @@ class WifiManagerNonChromeos::WifiServiceWrapper
scoped_refptr<base::MessageLoopProxy> callback_runner_;
- base::WeakPtrFactory<WifiServiceWrapper> weak_factory_;
-
#if defined(OS_WIN)
scoped_refptr<CredentialGetterWin> credential_getter_;
#endif // OS_WIN
+ base::WeakPtrFactory<WifiServiceWrapper> weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(WifiServiceWrapper);
};
« no previous file with comments | « no previous file | chrome/browser/notifications/message_center_notification_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698