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

Unified Diff: chrome/browser/chromeos/login/mock_url_fetchers.h

Issue 10392192: Remove content::URLFetcherDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanup Created 8 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/mock_url_fetchers.h
diff --git a/chrome/browser/chromeos/login/mock_url_fetchers.h b/chrome/browser/chromeos/login/mock_url_fetchers.h
index 02a33a0e1f451507fdf1323c2e809d45f9a904fe..c028a75f15dce340234f721c86231b0bd1684dba 100644
--- a/chrome/browser/chromeos/login/mock_url_fetchers.h
+++ b/chrome/browser/chromeos/login/mock_url_fetchers.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,8 +8,8 @@
#include <string>
-#include "base/memory/weak_ptr.h"
#include "base/compiler_specific.h"
+#include "base/memory/weak_ptr.h"
#include "base/message_loop.h"
#include "content/test/test_url_fetcher_factory.h"
#include "googleurl/src/gurl.h"
@@ -29,7 +29,7 @@ class ExpectCanceledFetcher : public TestURLFetcher {
const GURL& url,
const std::string& results,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d);
+ net::URLFetcherDelegate* d);
virtual ~ExpectCanceledFetcher();
virtual void Start() OVERRIDE;
@@ -47,7 +47,7 @@ class GotCanceledFetcher : public TestURLFetcher {
const GURL& url,
const std::string& results,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d);
+ net::URLFetcherDelegate* d);
virtual ~GotCanceledFetcher();
virtual void Start() OVERRIDE;
@@ -62,7 +62,7 @@ class SuccessFetcher : public TestURLFetcher {
const GURL& url,
const std::string& results,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d);
+ net::URLFetcherDelegate* d);
virtual ~SuccessFetcher();
virtual void Start() OVERRIDE;
@@ -77,7 +77,7 @@ class FailFetcher : public TestURLFetcher {
const GURL& url,
const std::string& results,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d);
+ net::URLFetcherDelegate* d);
virtual ~FailFetcher();
virtual void Start() OVERRIDE;
@@ -92,7 +92,7 @@ class CaptchaFetcher : public TestURLFetcher {
const GURL& url,
const std::string& results,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d);
+ net::URLFetcherDelegate* d);
virtual ~CaptchaFetcher();
static std::string GetCaptchaToken();
@@ -115,7 +115,7 @@ class HostedFetcher : public TestURLFetcher {
const GURL& url,
const std::string& results,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d);
+ net::URLFetcherDelegate* d);
virtual ~HostedFetcher();
virtual void Start() OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/login/login_utils_browsertest.cc ('k') | chrome/browser/chromeos/login/mock_url_fetchers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698