Index: chrome/browser/safe_browsing/safe_browsing_database_bloom.h |
=================================================================== |
--- chrome/browser/safe_browsing/safe_browsing_database_bloom.h (revision 8772) |
+++ chrome/browser/safe_browsing/safe_browsing_database_bloom.h (working copy) |
@@ -32,7 +32,7 @@ |
// Initializes the database with the given filename. The callback is |
// executed after finishing a chunk. |
- virtual bool Init(const std::wstring& filename, |
+ virtual bool Init(const FilePath& filename, |
Callback0::Type* chunk_inserted_callback); |
// Deletes the current database and creates a new one. |