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

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

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698