| Index: chrome/browser/ui/app_list/search/suggestions/url_suggestion_result.cc
|
| diff --git a/chrome/browser/ui/app_list/search/suggestions/url_suggestion_result.cc b/chrome/browser/ui/app_list/search/suggestions/url_suggestion_result.cc
|
| index d7f862f707d1b72a68118bd2a2ef75ccde4f03c1..d7668c539cf7f3c9de319c185be7acc3a1709185 100644
|
| --- a/chrome/browser/ui/app_list/search/suggestions/url_suggestion_result.cc
|
| +++ b/chrome/browser/ui/app_list/search/suggestions/url_suggestion_result.cc
|
| @@ -49,7 +49,7 @@ void URLSuggestionResult::Open(int event_flags) {
|
| ui::DispositionFromEventFlags(event_flags));
|
| }
|
|
|
| -scoped_ptr<SearchResult> URLSuggestionResult::Duplicate() {
|
| +scoped_ptr<SearchResult> URLSuggestionResult::Duplicate() const {
|
| URLSuggestionResult* new_result = new URLSuggestionResult(
|
| profile_, list_controller_, favicon_service_, suggestions_service_,
|
| suggestion_);
|
|
|