| Index: webkit/appcache/appcache_request_handler_unittest.cc
 | 
| ===================================================================
 | 
| --- webkit/appcache/appcache_request_handler_unittest.cc	(revision 53407)
 | 
| +++ webkit/appcache/appcache_request_handler_unittest.cc	(working copy)
 | 
| @@ -2,6 +2,10 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include <stack>
 | 
| +#include <string>
 | 
| +#include <vector>
 | 
| +
 | 
|  #include "base/message_loop.h"
 | 
|  #include "base/thread.h"
 | 
|  #include "base/waitable_event.h"
 | 
| 
 |