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

Unified Diff: chrome/browser/local_discovery/privet_confirm_api_flow.h

Issue 318283002: Added new GCD/Privet interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/local_discovery/privet_confirm_api_flow.h
diff --git a/chrome/browser/local_discovery/privet_confirm_api_flow.h b/chrome/browser/local_discovery/privet_confirm_api_flow.h
index f3382ed1c543c4d8ef0c1e13d16593bb2df2f5b8..1544411abc1d4490dd14d8aa596ef52d82ff6452 100644
--- a/chrome/browser/local_discovery/privet_confirm_api_flow.h
+++ b/chrome/browser/local_discovery/privet_confirm_api_flow.h
@@ -16,7 +16,8 @@ namespace local_discovery {
// API call flow for server-side communication with CloudPrint for registration.
class PrivetConfirmApiCallFlow : public CloudPrintApiFlowRequest {
public:
- typedef base::Callback<void(GCDApiFlow::Status /*success*/)> ResponseCallback;
+ typedef base::Callback<void(GCDApiFlowInterface::Status /*success*/)>
+ ResponseCallback;
// Create an OAuth2-based confirmation
PrivetConfirmApiCallFlow(const std::string& token,
@@ -24,7 +25,7 @@ class PrivetConfirmApiCallFlow : public CloudPrintApiFlowRequest {
virtual ~PrivetConfirmApiCallFlow();
- virtual void OnGCDAPIFlowError(GCDApiFlow::Status status) OVERRIDE;
+ virtual void OnGCDAPIFlowError(GCDApiFlowInterface::Status status) OVERRIDE;
virtual void OnGCDAPIFlowComplete(
const base::DictionaryValue& value) OVERRIDE;
virtual net::URLFetcher::RequestType GetRequestType() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698