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

Unified Diff: athena/extensions/shell/shell_search_controller_factory.h

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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 | « athena/extensions/shell/extensions_delegate_impl.cc ('k') | athena/extensions/shell/url_search_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/extensions/shell/shell_search_controller_factory.h
diff --git a/athena/extensions/shell/shell_search_controller_factory.h b/athena/extensions/shell/shell_search_controller_factory.h
index 971f54051b15d8d4a44c8f6e8513b4da5a865a20..b25316bae59824e6f30ce7eac5811ac58e1c1aa4 100644
--- a/athena/extensions/shell/shell_search_controller_factory.h
+++ b/athena/extensions/shell/shell_search_controller_factory.h
@@ -17,9 +17,9 @@ class ShellSearchControllerFactory : public SearchControllerFactory {
public:
explicit ShellSearchControllerFactory(
content::BrowserContext* browser_context);
- virtual ~ShellSearchControllerFactory();
+ ~ShellSearchControllerFactory() override;
- virtual scoped_ptr<app_list::SearchController> Create(
+ scoped_ptr<app_list::SearchController> Create(
app_list::SearchBoxModel* search_box,
app_list::AppListModel::SearchResults* results) override;
« no previous file with comments | « athena/extensions/shell/extensions_delegate_impl.cc ('k') | athena/extensions/shell/url_search_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698