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

Unified Diff: ui/app_list/test/test_search_result.cc

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/test/test_search_result.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/test_search_result.cc
diff --git a/ui/app_list/test/test_search_result.cc b/ui/app_list/test/test_search_result.cc
index 558a630b02519c1e5eabb3e0acb7cd61a7ce3009..a93229ea4d7f8e6c9a9fd3216544d55a122dc98b 100644
--- a/ui/app_list/test/test_search_result.cc
+++ b/ui/app_list/test/test_search_result.cc
@@ -16,7 +16,7 @@ void TestSearchResult::SetDisplayType(SearchResult::DisplayType type) {
set_display_type(type);
}
-scoped_ptr<SearchResult> TestSearchResult::Duplicate() {
+scoped_ptr<SearchResult> TestSearchResult::Duplicate() const {
NOTREACHED();
return nullptr;
}
« no previous file with comments | « ui/app_list/test/test_search_result.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698