Index: chrome/browser/ui/app_list/search/app_result.h |
diff --git a/chrome/browser/ui/app_list/search/app_result.h b/chrome/browser/ui/app_list/search/app_result.h |
index 5e05afbd6282b58f03014c596a57849480444d2e..cf49cf20f04469ae35df6c37598c7dd12689530d 100644 |
--- a/chrome/browser/ui/app_list/search/app_result.h |
+++ b/chrome/browser/ui/app_list/search/app_result.h |
@@ -52,7 +52,7 @@ class AppResult : public SearchResult, |
// SearchResult overrides: |
void Open(int event_flags) override; |
- scoped_ptr<SearchResult> Duplicate() override; |
+ scoped_ptr<SearchResult> Duplicate() const override; |
ui::MenuModel* GetContextMenuModel() override; |
private: |