Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: ui/app_list/search_result.h

Issue 898273002: app_list::SearchResult: Duplicate() is const. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/search/mixer_unittest.cc ('k') | ui/app_list/test/test_search_result.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_result.h
diff --git a/ui/app_list/search_result.h b/ui/app_list/search_result.h
index 5efcfd06a898d4a193c8b34f3f6263101ec0e664..1ccd1a0b6c4a721bd47317d9d214b5b98360fe60 100644
--- a/ui/app_list/search_result.h
+++ b/ui/app_list/search_result.h
@@ -127,7 +127,7 @@ class APP_LIST_EXPORT SearchResult {
// TODO(mukai): Remove this method and really simplify the ownership of
// SearchResult. Ideally, SearchResult will be copyable.
- virtual scoped_ptr<SearchResult> Duplicate() = 0;
+ virtual scoped_ptr<SearchResult> Duplicate() const = 0;
// Opens the result.
virtual void Open(int event_flags);
« no previous file with comments | « ui/app_list/search/mixer_unittest.cc ('k') | ui/app_list/test/test_search_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698