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

Unified Diff: webkit/tools/test_shell/test_shell_webblobregistry_impl.cc

Issue 8215002: base::Bind: Cleanup in test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac build fix. Created 9 years, 2 months 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/tools/test_shell/test_shell_webblobregistry_impl.cc
diff --git a/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc b/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc
index c943eac5c6eb4df2db269d03be7a0e8db75daf59..1c1141836f78903af7b4deab4967de2fda201316 100644
--- a/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc
+++ b/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc
@@ -4,6 +4,7 @@
#include "webkit/tools/test_shell/test_shell_webblobregistry_impl.h"
+#include "base/bind.h"
csilv 2011/10/10 21:01:49 There are no changes in this file so this is proba
James Hawkins 2011/10/10 21:55:49 Done. They're blocked.
michaeln 2011/10/10 22:02:21 these are being taken care of in another CL http:/
James Hawkins 2011/10/10 22:06:21 Cool, sg.
#include "base/message_loop.h"
#include "base/task.h"
#include "googleurl/src/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698