| Index: chrome/browser/history/in_memory_history_backend.cc
|
| ===================================================================
|
| --- chrome/browser/history/in_memory_history_backend.cc (revision 10992)
|
| +++ chrome/browser/history/in_memory_history_backend.cc (working copy)
|
| @@ -62,7 +62,9 @@
|
| registered_for_notifications_ = true;
|
| NotificationService* service = NotificationService::current();
|
| service->AddObserver(this, NotificationType::HISTORY_URL_VISITED, source);
|
| - service->AddObserver(this, NotificationType::HISTORY_TYPED_URLS_MODIFIED, source);
|
| + service->AddObserver(this,
|
| + NotificationType::HISTORY_TYPED_URLS_MODIFIED,
|
| + source);
|
| service->AddObserver(this, NotificationType::HISTORY_URLS_DELETED, source);
|
| }
|
|
|
|
|