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 |