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

Unified Diff: chrome/browser/extensions/app_notify_channel_setup.h

Issue 10386063: Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head, fix win component build Created 8 years, 7 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/extensions/app_notify_channel_setup.h
diff --git a/chrome/browser/extensions/app_notify_channel_setup.h b/chrome/browser/extensions/app_notify_channel_setup.h
index 187c068cd6fa02c6f56f6ff3e7a2b6544dd3ed1e..e83420bd5fd2aa9bf1bbbdb27e8d4d46eaf4a474 100644
--- a/chrome/browser/extensions/app_notify_channel_setup.h
+++ b/chrome/browser/extensions/app_notify_channel_setup.h
@@ -98,7 +98,7 @@ class AppNotifyChannelSetup
protected:
// content::URLFetcherDelegate.
- virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
// AppNotifyChannelUI::Delegate.
virtual void OnSyncSetupResult(bool enabled) OVERRIDE;
@@ -132,9 +132,9 @@ class AppNotifyChannelSetup
void BeginGetAccessToken();
void EndGetAccessToken(bool success);
void BeginRecordGrant();
- void EndRecordGrant(const content::URLFetcher* source);
+ void EndRecordGrant(const net::URLFetcher* source);
void BeginGetChannelId();
- void EndGetChannelId(const content::URLFetcher* source);
+ void EndGetChannelId(const net::URLFetcher* source);
void ReportResult(const std::string& channel_id, SetupError error);
« no previous file with comments | « chrome/browser/component_updater/component_updater_service.cc ('k') | chrome/browser/extensions/app_notify_channel_setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698