Index: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc |
=================================================================== |
--- chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (revision 131423) |
+++ chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (working copy) |
@@ -469,7 +469,7 @@ |
history::URLsModifiedDetails details; |
details.changed_urls.push_back(added_entry); |
scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&history_thread_)); |
- notifier->Notify(chrome::NOTIFICATION_HISTORY_TYPED_URLS_MODIFIED, |
+ notifier->Notify(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED, |
content::Source<Profile>(&profile_), |
content::Details<history::URLsModifiedDetails>(&details)); |
@@ -499,7 +499,7 @@ |
details.changed_urls.push_back(empty_entry); |
details.changed_urls.push_back(added_entry); |
scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&history_thread_)); |
- notifier->Notify(chrome::NOTIFICATION_HISTORY_TYPED_URLS_MODIFIED, |
+ notifier->Notify(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED, |
content::Source<Profile>(&profile_), |
content::Details<history::URLsModifiedDetails>(&details)); |
@@ -536,7 +536,7 @@ |
history::URLsModifiedDetails details; |
details.changed_urls.push_back(updated_entry); |
scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&history_thread_)); |
- notifier->Notify(chrome::NOTIFICATION_HISTORY_TYPED_URLS_MODIFIED, |
+ notifier->Notify(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED, |
content::Source<Profile>(&profile_), |
content::Details<history::URLsModifiedDetails>(&details)); |