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; |