| Index: chrome/browser/ui/app_list/search/app_result.cc
|
| diff --git a/chrome/browser/ui/app_list/search/app_result.cc b/chrome/browser/ui/app_list/search/app_result.cc
|
| index 1c49dd3c11d980d549a0146a888d169d9a046009..e306a1ff689aa9e3192f038772e4c98b5b43c016 100644
|
| --- a/chrome/browser/ui/app_list/search/app_result.cc
|
| +++ b/chrome/browser/ui/app_list/search/app_result.cc
|
| @@ -204,7 +204,7 @@ void AppResult::OnExtensionUninstalled(const extensions::Extension* extension) {
|
| NotifyItemUninstalled();
|
| }
|
|
|
| -void AppResult::OnAppsReordered() {}
|
| +void AppResult::OnAppListReordered() {}
|
|
|
| void AppResult::OnAppInstalledToAppList(const std::string& extension_id) {}
|
|
|
|
|