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

Unified Diff: chrome/browser/policy/testing_policy_url_fetcher_factory.cc

Issue 10581012: Move test_url_fetcher_factory.* from content/ to net/url_request (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove export annotations Created 8 years, 6 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/policy/testing_policy_url_fetcher_factory.cc
diff --git a/chrome/browser/policy/testing_policy_url_fetcher_factory.cc b/chrome/browser/policy/testing_policy_url_fetcher_factory.cc
index 235628bd322699a2dc9df7a104cc3bd70a1dfc3f..cfea3aef8fa1720a1d8fd848d8d06bfb525e823e 100644
--- a/chrome/browser/policy/testing_policy_url_fetcher_factory.cc
+++ b/chrome/browser/policy/testing_policy_url_fetcher_factory.cc
@@ -35,7 +35,7 @@ std::string GetRequestType(const GURL& url) {
namespace policy {
// An URLFetcher that calls back to its factory to figure out what to respond.
-class TestingPolicyURLFetcher : public TestURLFetcher {
+class TestingPolicyURLFetcher : public net::TestURLFetcher {
public:
TestingPolicyURLFetcher(
const base::WeakPtr<TestingPolicyURLFetcherFactory>& parent,

Powered by Google App Engine
This is Rietveld 408576698