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