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 21f31c0b6ff661c18d32d9c9eb52a8469f53be8c..0b1e7121326085b2ca5ca009c167d7a2cbcbcf5e 100644 |
--- a/chrome/browser/ui/app_list/search/app_result.cc |
+++ b/chrome/browser/ui/app_list/search/app_result.cc |
@@ -123,7 +123,7 @@ void AppResult::Open(int event_flags) { |
event_flags); |
} |
-scoped_ptr<SearchResult> AppResult::Duplicate() { |
+scoped_ptr<SearchResult> AppResult::Duplicate() const { |
scoped_ptr<SearchResult> copy( |
new AppResult(profile_, app_id_, controller_, |
display_type() == DISPLAY_RECOMMENDATION)); |