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

Unified Diff: chrome/browser/intranet_redirect_detector.h

Issue 8375039: Create a content::UrlFetcher interface that lives in content/public/common and convert users to i... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 9 years, 2 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 | « chrome/browser/importer/toolbar_importer.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 107061)
+++ chrome/browser/intranet_redirect_detector.h (working copy)
@@ -59,14 +59,14 @@
static const size_t kNumCharsInHostnames;
private:
- typedef std::set<URLFetcher*> Fetchers;
+ typedef std::set<content::URLFetcher*> Fetchers;
// Called when the seven second startup sleep or the one second network
// switch sleep has finished. Runs any pending fetch.
void FinishSleep();
// content::URLFetcherDelegate
- virtual void OnURLFetchComplete(const URLFetcher* source);
+ virtual void OnURLFetchComplete(const content::URLFetcher* source);
// NetworkChangeNotifier::IPAddressObserver
virtual void OnIPAddressChanged();
« no previous file with comments | « chrome/browser/importer/toolbar_importer.cc ('k') | chrome/browser/intranet_redirect_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698