| Index: chrome/browser/google/google_url_tracker.h
|
| diff --git a/chrome/browser/google/google_url_tracker.h b/chrome/browser/google/google_url_tracker.h
|
| index 9b7d43b169823906cf716e1a2472e4af7cd031da..6b2d07e35859df4e8f458b269b3e0e876155d111 100644
|
| --- a/chrome/browser/google/google_url_tracker.h
|
| +++ b/chrome/browser/google/google_url_tracker.h
|
| @@ -43,7 +43,7 @@ class NavigationController;
|
| // RequestServerCheck().
|
| class GoogleURLTracker : public net::URLFetcherDelegate,
|
| public net::NetworkChangeNotifier::IPAddressObserver,
|
| - public ProfileKeyedService {
|
| + public BrowserContextKeyedService {
|
| public:
|
| // The contents of the Details for a NOTIFICATION_GOOGLE_URL_UPDATED.
|
| typedef std::pair<GURL, GURL> UpdatedDetails;
|
| @@ -134,7 +134,7 @@ class GoogleURLTracker : public net::URLFetcherDelegate,
|
| // NetworkChangeNotifier::IPAddressObserver:
|
| virtual void OnIPAddressChanged() OVERRIDE;
|
|
|
| - // ProfileKeyedService:
|
| + // BrowserContextKeyedService:
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // Registers consumer interest in getting an updated URL from the server.
|
|
|