Index: chrome/browser/chromeos/login/auth_response_handler.h |
=================================================================== |
--- chrome/browser/chromeos/login/auth_response_handler.h (revision 107061) |
+++ chrome/browser/chromeos/login/auth_response_handler.h (working copy) |
@@ -30,8 +30,8 @@ |
// the next step, sets |catcher| to get called back when that fetcher is done. |
// Starts the fetch and returns the fetcher, so the the caller can handle |
// the object lifetime. |
- virtual URLFetcher* Handle(const std::string& to_process, |
- content::URLFetcherDelegate* catcher) = 0; |
+ virtual content::URLFetcher* Handle(const std::string& to_process, |
+ content::URLFetcherDelegate* catcher) = 0; |
}; |
} // namespace chromeos |