Chromium Code Reviews| Index: chrome/browser/safe_browsing/safe_browsing_store_file.h |
| diff --git a/chrome/browser/safe_browsing/safe_browsing_store_file.h b/chrome/browser/safe_browsing/safe_browsing_store_file.h |
| index 2731688cacba577a516dceb6f5d5861da2499388..d4e4403a03256f4698bfc4a35e205c77552e4221 100644 |
| --- a/chrome/browser/safe_browsing/safe_browsing_store_file.h |
| +++ b/chrome/browser/safe_browsing/safe_browsing_store_file.h |
| @@ -11,6 +11,7 @@ |
| #include "chrome/browser/safe_browsing/safe_browsing_store.h" |
| +#include "base/callback.h" |
|
awong
2011/11/26 08:36:55
Can't this use forward?
erikwright (departed)
2011/11/26 18:44:30
No, there is a member Closure.
|
| #include "base/file_util.h" |
| // Implement SafeBrowsingStore in terms of a flat file. The file |