| Index: chrome/common/net/url_request_intercept_job.cc
|
| ===================================================================
|
| --- chrome/common/net/url_request_intercept_job.cc (revision 9942)
|
| +++ chrome/common/net/url_request_intercept_job.cc (working copy)
|
| @@ -13,6 +13,8 @@
|
| #include "chrome/common/chrome_plugin_lib.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "net/base/net_errors.h"
|
| +#include "net/http/http_response_headers.h"
|
| +#include "net/url_request/url_request.h"
|
|
|
| using base::Time;
|
| using base::TimeDelta;
|
|
|