diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/appcache/appcache_request_handler_unittest.cc | 4 | ||||
-rw-r--r-- | webkit/appcache/appcache_response_unittest.cc | 6 | ||||
-rw-r--r-- | webkit/appcache/appcache_url_request_job_unittest.cc | 3 |
3 files changed, 12 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_request_handler_unittest.cc b/webkit/appcache/appcache_request_handler_unittest.cc index d2c7c9e..a857be6 100644 --- a/webkit/appcache/appcache_request_handler_unittest.cc +++ b/webkit/appcache/appcache_request_handler_unittest.cc @@ -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" diff --git a/webkit/appcache/appcache_response_unittest.cc b/webkit/appcache/appcache_response_unittest.cc index 52514ae..b91e496 100644 --- a/webkit/appcache/appcache_response_unittest.cc +++ b/webkit/appcache/appcache_response_unittest.cc @@ -1,7 +1,11 @@ -// Copyright (c) 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. +#include <stack> +#include <string> +#include <utility> + #include "base/compiler_specific.h" #include "base/pickle.h" #include "base/thread.h" diff --git a/webkit/appcache/appcache_url_request_job_unittest.cc b/webkit/appcache/appcache_url_request_job_unittest.cc index 7ea135e..5799cad 100644 --- a/webkit/appcache/appcache_url_request_job_unittest.cc +++ b/webkit/appcache/appcache_url_request_job_unittest.cc @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <stack> +#include <utility> + #include "base/compiler_specific.h" #include "base/pickle.h" #include "base/thread.h" |