| Index: webkit/appcache/appcache_storage_impl.h
|
| ===================================================================
|
| --- webkit/appcache/appcache_storage_impl.h (revision 87543)
|
| +++ webkit/appcache/appcache_storage_impl.h (working copy)
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <deque>
|
| #include <map>
|
| -#include <set>
|
| #include <vector>
|
|
|
| #include "base/file_path.h"
|
| @@ -151,7 +150,6 @@
|
|
|
| // Used to short-circuit certain operations without having to schedule
|
| // any tasks on the background database thread.
|
| - std::set<GURL> origins_with_groups_;
|
| std::deque<Task*> pending_simple_tasks_;
|
| ScopedRunnableMethodFactory<AppCacheStorageImpl> method_factory_;
|
|
|
|
|