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

Unified Diff: chrome/common/net/gaia/oauth2_revocation_fetcher.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/common/net/gaia/oauth2_revocation_fetcher.h
diff --git a/chrome/common/net/gaia/oauth2_revocation_fetcher.h b/chrome/common/net/gaia/oauth2_revocation_fetcher.h
index 54f13248dcb0f6670b8009f55a2232bcbfd9ee58..426f42d78fa755dd389658899c03cc7da6bbb2de 100644
--- a/chrome/common/net/gaia/oauth2_revocation_fetcher.h
+++ b/chrome/common/net/gaia/oauth2_revocation_fetcher.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -52,7 +52,7 @@ class OAuth2RevocationFetcher : public content::URLFetcherDelegate {
void CancelRequest();
// Implementation of content::URLFetcherDelegate
- virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
private:
enum State {
@@ -64,7 +64,7 @@ class OAuth2RevocationFetcher : public content::URLFetcherDelegate {
// Helper methods for the flow.
void StartRevocation();
- void EndRevocation(const content::URLFetcher* source);
+ void EndRevocation(const net::URLFetcher* source);
// Helper mehtods for reporting back results.
void OnRevocationSuccess();
« no previous file with comments | « chrome/common/net/gaia/oauth2_mint_token_flow.cc ('k') | chrome/common/net/gaia/oauth2_revocation_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698