diff options
Diffstat (limited to 'webkit/tools/test_shell/simple_appcache_system.cc')
-rw-r--r-- | webkit/tools/test_shell/simple_appcache_system.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/simple_appcache_system.cc b/webkit/tools/test_shell/simple_appcache_system.cc index e493f87..b07313a 100644 --- a/webkit/tools/test_shell/simple_appcache_system.cc +++ b/webkit/tools/test_shell/simple_appcache_system.cc @@ -1,9 +1,10 @@ -// Copyright (c) 2009 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. +// 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 "webkit/tools/test_shell/simple_appcache_system.h" +#include "base/callback.h" #include "base/lock.h" #include "base/task.h" #include "base/waitable_event.h" |