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

Unified Diff: chrome/browser/chromeos/login/issue_response_handler.cc

Issue 7006005: Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns o... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux Created 9 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/issue_response_handler.cc
===================================================================
--- chrome/browser/chromeos/login/issue_response_handler.cc (revision 87381)
+++ chrome/browser/chromeos/login/issue_response_handler.cc (working copy)
@@ -8,7 +8,7 @@
#include "base/stringprintf.h"
#include "chrome/browser/net/chrome_url_request_context.h"
-#include "chrome/common/net/url_fetcher.h"
+#include "content/common/url_fetcher.h"
#include "net/base/load_flags.h"
namespace chromeos {
« no previous file with comments | « chrome/browser/chromeos/login/image_downloader.cc ('k') | chrome/browser/chromeos/login/mock_auth_response_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698