Index: chrome/browser/history/history_unittest.cc |
=================================================================== |
--- chrome/browser/history/history_unittest.cc (revision 30544) |
+++ chrome/browser/history/history_unittest.cc (working copy) |
@@ -96,7 +96,7 @@ |
: history_test_(history_test) { |
} |
- virtual void NotifyTooNew(); |
+ virtual void NotifyProfileError(int message_id); |
virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend); |
virtual void BroadcastNotifications(NotificationType type, |
HistoryDetails* details); |
@@ -294,7 +294,7 @@ |
HistoryDatabase* db_; // Cached reference to the backend's database. |
}; |
-void BackendDelegate::NotifyTooNew() { |
+void BackendDelegate::NotifyProfileError(int message_id) { |
} |
void BackendDelegate::SetInMemoryBackend(InMemoryHistoryBackend* backend) { |