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

Unified Diff: ui/app_list/test/app_list_test_view_delegate.h

Issue 681873002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/views/app_list_background.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/app_list_test_view_delegate.h
diff --git a/ui/app_list/test/app_list_test_view_delegate.h b/ui/app_list/test/app_list_test_view_delegate.h
index 2eb1853d4e84bb34b500ed2c535cae7c71f520b4..0922134eec8f81f23ae9e7c5291579975ab1fc5c 100644
--- a/ui/app_list/test/app_list_test_view_delegate.h
+++ b/ui/app_list/test/app_list_test_view_delegate.h
@@ -75,8 +75,8 @@ class AppListTestViewDelegate : public AppListViewDelegate {
void ToggleSpeechRecognition() override;
void ShowForProfileByPath(const base::FilePath& profile_path) override {}
#if defined(TOOLKIT_VIEWS)
- virtual views::View* CreateStartPageWebView(const gfx::Size& size) override;
- virtual std::vector<views::View*> CreateCustomPageWebViews(
+ views::View* CreateStartPageWebView(const gfx::Size& size) override;
+ std::vector<views::View*> CreateCustomPageWebViews(
const gfx::Size& size) override;
#endif
bool IsSpeechRecognitionEnabled() override;
« no previous file with comments | « ui/app_list/search/mixer_unittest.cc ('k') | ui/app_list/views/app_list_background.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698