Index: chrome/browser/chromeos/login/auth_response_handler.h |
=================================================================== |
--- chrome/browser/chromeos/login/auth_response_handler.h (revision 106929) |
+++ chrome/browser/chromeos/login/auth_response_handler.h (working copy) |
@@ -8,7 +8,7 @@ |
#include <string> |
-#include "content/common/net/url_fetcher.h" |
+#include "content/public/common/url_fetcher_delegate.h" |
class GURL; |
@@ -31,7 +31,7 @@ |
// Starts the fetch and returns the fetcher, so the the caller can handle |
// the object lifetime. |
virtual URLFetcher* Handle(const std::string& to_process, |
- URLFetcher::Delegate* catcher) = 0; |
+ content::URLFetcherDelegate* catcher) = 0; |
}; |
} // namespace chromeos |