summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/history_unittest.cc')
-rw-r--r--chrome/browser/history/history_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
index ce6121a..4316c27 100644
--- a/chrome/browser/history/history_unittest.cc
+++ b/chrome/browser/history/history_unittest.cc
@@ -96,7 +96,7 @@ class BackendDelegate : public HistoryBackend::Delegate {
: 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 @@ class HistoryTest : public testing::Test {
HistoryDatabase* db_; // Cached reference to the backend's database.
};
-void BackendDelegate::NotifyTooNew() {
+void BackendDelegate::NotifyProfileError(int message_id) {
}
void BackendDelegate::SetInMemoryBackend(InMemoryHistoryBackend* backend) {