| Index: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (revision 131849)
|
| +++ chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (working copy)
|
| @@ -477,7 +477,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));
|
|
|
| @@ -507,7 +507,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));
|
|
|
| @@ -544,7 +544,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));
|
|
|
|
|