diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-26 00:32:42 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-26 00:32:42 +0000 |
commit | 998a494e1593c8d8536959bc71008bc0299cba2f (patch) | |
tree | 4ad0e61e6ca406d0adbac8a41ba8699a2c0f6a7a /net | |
parent | 00c81625339bc701bf56a8626b5c41806a2d4b1b (diff) | |
download | chromium_src-998a494e1593c8d8536959bc71008bc0299cba2f.zip chromium_src-998a494e1593c8d8536959bc71008bc0299cba2f.tar.gz chromium_src-998a494e1593c8d8536959bc71008bc0299cba2f.tar.bz2 |
Fix bad revert.
BUG=none
TEST=Compile failures go away
TBR=thakis
Review URL: http://codereview.chromium.org/4149001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/url_request/url_request_file_job.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/url_request/url_request_file_job.h b/net/url_request/url_request_file_job.h index 2a3ab4b..c5e1d2f 100644 --- a/net/url_request/url_request_file_job.h +++ b/net/url_request/url_request_file_job.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -7,6 +7,7 @@ #pragma once #include <string> +#include <vector> #include "base/file_path.h" #include "net/base/completion_callback.h" @@ -44,7 +45,6 @@ class URLRequestFileJob : public URLRequestJob { private: void DidResolve(bool exists, const base::PlatformFileInfo& file_info); void DidRead(int result); -#endif net::CompletionCallbackImpl<URLRequestFileJob> io_callback_; net::FileStream stream_; |