Index: chrome/browser/safe_browsing/safe_browsing_database.h |
=================================================================== |
--- chrome/browser/safe_browsing/safe_browsing_database.h (revision 3954) |
+++ chrome/browser/safe_browsing/safe_browsing_database.h (working copy) |
@@ -51,7 +51,7 @@ |
std::string* matching_list, |
std::vector<SBPrefix>* prefix_hits, |
std::vector<SBFullHashResult>* full_hits, |
- Time last_update) = 0; |
+ base::Time last_update) = 0; |
// Processes add/sub commands. Database will free the chunks when it's done. |
virtual void InsertChunks(const std::string& list_name, |