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

Unified Diff: chrome/browser/autocomplete/network_action_predictor.h

Issue 10096015: Single URL Expires Were Not Being Deleted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/autocomplete/network_action_predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/network_action_predictor.h
===================================================================
--- chrome/browser/autocomplete/network_action_predictor.h (revision 132411)
+++ chrome/browser/autocomplete/network_action_predictor.h (working copy)
@@ -13,6 +13,7 @@
#include "base/memory/weak_ptr.h"
#include "base/string16.h"
#include "chrome/browser/autocomplete/network_action_predictor_database.h"
+#include "chrome/browser/history/history_types.h"
#include "chrome/browser/profiles/profile_keyed_service.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
@@ -176,8 +177,8 @@
// Removes all rows from the database and caches.
void DeleteAllRows();
- // Removes rows from the database and caches that contain a URL in |urls|.
- void DeleteRowsWithURLs(const std::set<GURL>& urls);
+ // Removes rows from the database and caches that contain a URL in |rows|.
+ void DeleteRowsWithURLs(const history::URLRows& rows);
// Used to batch operations on the database.
void BeginTransaction();
« no previous file with comments | « no previous file | chrome/browser/autocomplete/network_action_predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698