| Index: chrome/browser/automation/url_request_mock_http_job.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/automation/url_request_mock_http_job.cc	(revision 9942)
 | 
| +++ chrome/browser/automation/url_request_mock_http_job.cc	(working copy)
 | 
| @@ -8,6 +8,7 @@
 | 
|  #include "base/message_loop.h"
 | 
|  #include "base/string_util.h"
 | 
|  #include "net/base/net_util.h"
 | 
| +#include "net/http/http_response_headers.h"
 | 
|  #include "net/url_request/url_request_filter.h"
 | 
|  
 | 
|  static const char kMockHostname[] = "mock.http";
 | 
| 
 |