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

Unified Diff: chrome/browser/intranet_redirect_detector.h

Issue 122543002: Ensure WeakPtrFactories are at the end of their owning classes and refer (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years 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 | « chrome/browser/google/google_url_tracker.cc ('k') | chrome/browser/intranet_redirect_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intranet_redirect_detector.h
===================================================================
--- chrome/browser/intranet_redirect_detector.h (revision 242728)
+++ chrome/browser/intranet_redirect_detector.h (working copy)
@@ -72,12 +72,12 @@
virtual void OnIPAddressChanged() OVERRIDE;
GURL redirect_origin_;
- base::WeakPtrFactory<IntranetRedirectDetector> weak_factory_;
Fetchers fetchers_;
std::vector<GURL> resulting_origins_;
bool in_sleep_; // True if we're in the seven-second "no fetching" period
// that begins at browser start, or the one-second "no
// fetching" period that begins after network switches.
+ base::WeakPtrFactory<IntranetRedirectDetector> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(IntranetRedirectDetector);
};
« no previous file with comments | « chrome/browser/google/google_url_tracker.cc ('k') | chrome/browser/intranet_redirect_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698