Index: chrome/browser/history/android/android_provider_backend_unittest.cc |
diff --git a/chrome/browser/history/android/android_provider_backend_unittest.cc b/chrome/browser/history/android/android_provider_backend_unittest.cc |
index 4a6f65672abfe05e82923ccfa6406e5572c7f595..a1cb139239d2cec59858299946f4bc009b071945 100644 |
--- a/chrome/browser/history/android/android_provider_backend_unittest.cc |
+++ b/chrome/browser/history/android/android_provider_backend_unittest.cc |
@@ -87,6 +87,7 @@ class AndroidProviderBackendDelegate : public HistoryBackend::Delegate { |
void NotifyKeywordSearchTermUpdated(const URLRow& row, |
KeywordID keyword_id, |
const base::string16& term) override {} |
+ void NotifyKeywordSearchTermDeleted(URLID url_id) override {} |
void BroadcastNotifications( |
int type, |
scoped_ptr<HistoryDetails> details) override { |