Index: net/url_request/url_request_test_job.h |
=================================================================== |
--- net/url_request/url_request_test_job.h (revision 31079) |
+++ net/url_request/url_request_test_job.h (working copy) |
@@ -50,8 +50,6 @@ |
const std::string& response_data, |
bool auto_advance); |
- virtual ~URLRequestTestJob(); |
- |
// The three canned URLs this handler will respond to without having been |
// explicitly initialized with response headers and data. |
// FIXME(brettw): we should probably also have a redirect one |
@@ -102,6 +100,8 @@ |
// When the stage is DONE, this job will not be put on the queue. |
enum Stage { WAITING, DATA_AVAILABLE, ALL_DATA, DONE }; |
+ virtual ~URLRequestTestJob(); |
+ |
// Call to process the next opeation, usually sending a notification, and |
// advancing the stage if necessary. THIS MAY DELETE THE OBJECT. |
void ProcessNextOperation(); |