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

Unified Diff: chrome/browser/chromeos/login/auth_response_handler.h

Issue 10392192: Remove content::URLFetcherDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/chromeos/login/auth_response_handler.h
diff --git a/chrome/browser/chromeos/login/auth_response_handler.h b/chrome/browser/chromeos/login/auth_response_handler.h
index 5ffab969bc6dc67cf7cf75e421b4b61df6ffdd51..252f7b5e320b429a7ba03dfc4fc775c69c756b8a 100644
--- a/chrome/browser/chromeos/login/auth_response_handler.h
+++ b/chrome/browser/chromeos/login/auth_response_handler.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.
@@ -8,7 +8,7 @@
#include <string>
-#include "content/public/common/url_fetcher_delegate.h"
+#include "net/url_request/url_fetcher_delegate.h"
class GURL;
@@ -31,7 +31,7 @@ class AuthResponseHandler {
// Starts the fetch and returns the fetcher, so the the caller can handle
// the object lifetime.
virtual content::URLFetcher* Handle(const std::string& to_process,
- content::URLFetcherDelegate* catcher) = 0;
+ net::URLFetcherDelegate* catcher) = 0;
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698