| Index: net/url_request/url_fetcher.cc
|
| diff --git a/content/public/common/url_fetcher_delegate.cc b/net/url_request/url_fetcher.cc
|
| similarity index 50%
|
| rename from content/public/common/url_fetcher_delegate.cc
|
| rename to net/url_request/url_fetcher.cc
|
| index 1fff67409f4ce9fad83a20e98b0ccc20fa9283c0..27f32fa1b2c6ba6d2f9bde4e5a13c77ade825cd2 100644
|
| --- a/content/public/common/url_fetcher_delegate.cc
|
| +++ b/net/url_request/url_fetcher.cc
|
| @@ -2,12 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/public/common/url_fetcher_delegate.h"
|
| +#include "net/url_request/url_fetcher.h"
|
|
|
| -namespace content {
|
| +namespace net {
|
|
|
| -bool URLFetcherDelegate::ShouldSendDownloadData() {
|
| - return false;
|
| -}
|
| +URLFetcher::~URLFetcher() {}
|
|
|
| -} // namespace content
|
| +} // namespace net
|
|
|