| 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();
|
|
|