Index: chrome/browser/visitedlink/visitedlink_master.h |
=================================================================== |
--- chrome/browser/visitedlink/visitedlink_master.h (revision 132295) |
+++ chrome/browser/visitedlink/visitedlink_master.h (working copy) |
@@ -19,7 +19,6 @@ |
#include "base/shared_memory.h" |
#include "base/threading/sequenced_worker_pool.h" |
#include "chrome/browser/history/history.h" |
-#include "chrome/browser/history/history_types.h" |
#include "chrome/common/visitedlink_common.h" |
class GURL; |
@@ -90,8 +89,8 @@ |
// Adds a set of URLs to the table. |
void AddURLs(const std::vector<GURL>& url); |
- // Deletes the specified URLs from |rows| from the table. |
- void DeleteURLs(const history::URLRows& rows); |
+ // Deletes the specified URLs from the table. |
+ void DeleteURLs(const std::set<GURL>& urls); |
// Clears the visited links table by deleting the file from disk. Used as |
// part of history clearing. |
Property changes on: chrome/browser/visitedlink/visitedlink_master.h |
___________________________________________________________________ |
Added: svn:mergeinfo |