Index: chrome/browser/history/typed_url_syncable_service.h |
diff --git a/chrome/browser/history/typed_url_syncable_service.h b/chrome/browser/history/typed_url_syncable_service.h |
index d3dd015167c9acd7f625d2e24584ee9061f52407..b696db830c3cd6a79065e8af1bf65d53fd5a8edd 100644 |
--- a/chrome/browser/history/typed_url_syncable_service.h |
+++ b/chrome/browser/history/typed_url_syncable_service.h |
@@ -58,7 +58,7 @@ class TypedUrlSyncableService : public syncer::SyncableService { |
// Called directly by HistoryBackend when local url data changes. |
void OnUrlsModified(URLRows* changed_urls); |
void OnUrlVisited(content::PageTransition transition, URLRow* row); |
- void OnUrlsDeleted(bool all_history, bool archived, URLRows* rows); |
+ void OnUrlsDeleted(bool all_history, bool expired, URLRows* rows); |
protected: |
void GetSyncedUrls(std::set<GURL>* urls) { |