| 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 4cd63281b91356bb2971a77c090610e9d9bc1c73..aa1fbda4bf51cf1acefd7e1dea2deed2bae8454d 100644
|
| --- a/chrome/browser/ui/app_list/search/app_result.cc
|
| +++ b/chrome/browser/ui/app_list/search/app_result.cc
|
| @@ -151,7 +151,7 @@ void AppResult::OnExtensionUninstalled(const extensions::Extension* extension) {
|
| NotifyItemUninstalled();
|
| }
|
|
|
| -void AppResult::OnAppsReordered() {}
|
| +void AppResult::OnAppListReordered() {}
|
|
|
| void AppResult::OnAppInstalledToAppList(const std::string& extension_id) {}
|
|
|
|
|