| Index: chrome/browser/history/chrome_history_client.cc
|
| diff --git a/chrome/browser/history/chrome_history_client.cc b/chrome/browser/history/chrome_history_client.cc
|
| index ea979be370bd4b1b531ab34ba7b888559f0cacec..27388af4413c1003d4325146fa431e3685d518f8 100644
|
| --- a/chrome/browser/history/chrome_history_client.cc
|
| +++ b/chrome/browser/history/chrome_history_client.cc
|
| @@ -83,8 +83,7 @@ void ChromeHistoryClient::Shutdown() {
|
|
|
| void ChromeHistoryClient::TopSitesLoaded(history::TopSites* top_sites) {
|
| content::NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_TOP_SITES_LOADED,
|
| - content::Source<Profile>(profile_),
|
| + chrome::NOTIFICATION_TOP_SITES_LOADED, content::Source<Profile>(profile_),
|
| content::Details<history::TopSites>(top_sites));
|
| }
|
|
|
|
|