Chromium Code Reviews| Index: webkit/appcache/appcache_group.cc |
| diff --git a/webkit/appcache/appcache_group.cc b/webkit/appcache/appcache_group.cc |
| index cdc6a703f7e28052a50c72fd05ff120e20deafc7..e7756471adf9683a9abc8e16308237526e7125b8 100644 |
| --- a/webkit/appcache/appcache_group.cc |
| +++ b/webkit/appcache/appcache_group.cc |
| @@ -6,6 +6,7 @@ |
| #include <algorithm> |
| +#include "base/bind.h" |
|
csilv
2011/11/10 23:47:02
I don't see a need for this right now, unless you
James Hawkins
2011/11/11 19:30:39
Done.
|
| #include "base/logging.h" |
| #include "base/message_loop.h" |
| #include "webkit/appcache/appcache.h" |