Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: webkit/appcache/appcache_group.cc

Issue 8515019: base::Bind: Convert most of webkit/appcache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « no previous file | webkit/appcache/appcache_request_handler_unittest.cc » ('j') | webkit/appcache/appcache_response_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698