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

Side by Side Diff: net/url_request/url_request_http_job.cc

Issue 14820034: Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette, ipc, media, and net. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix build Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/url_request/url_request_file_dir_job.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "net/url_request/url_request_http_job.h" 5 #include "net/url_request/url_request_http_job.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/bind_helpers.h" 9 #include "base/bind_helpers.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/file_util.h"
13 #include "base/file_version_info.h" 12 #include "base/file_version_info.h"
14 #include "base/message_loop.h" 13 #include "base/message_loop.h"
15 #include "base/metrics/field_trial.h" 14 #include "base/metrics/field_trial.h"
16 #include "base/metrics/histogram.h" 15 #include "base/metrics/histogram.h"
17 #include "base/rand_util.h" 16 #include "base/rand_util.h"
18 #include "base/string_util.h" 17 #include "base/string_util.h"
19 #include "base/time.h" 18 #include "base/time.h"
20 #include "net/base/filter.h" 19 #include "net/base/filter.h"
21 #include "net/base/host_port_pair.h" 20 #include "net/base/host_port_pair.h"
22 #include "net/base/load_flags.h" 21 #include "net/base/load_flags.h"
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 1461
1463 void URLRequestHttpJob::NotifyURLRequestDestroyed() { 1462 void URLRequestHttpJob::NotifyURLRequestDestroyed() {
1464 awaiting_callback_ = false; 1463 awaiting_callback_ = false;
1465 } 1464 }
1466 1465
1467 void URLRequestHttpJob::OnDetachRequest() { 1466 void URLRequestHttpJob::OnDetachRequest() {
1468 http_transaction_delegate_->OnDetachRequest(); 1467 http_transaction_delegate_->OnDetachRequest();
1469 } 1468 }
1470 1469
1471 } // namespace net 1470 } // namespace net
OLDNEW
« no previous file with comments | « net/url_request/url_request_file_dir_job.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698