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

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

Issue 653563004: NULL -> nullptr under athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src@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 | « athena/extensions/shell/extensions_delegate_impl.cc ('k') | athena/extensions/shell/url_search_provider.cc » ('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.cc
diff --git a/athena/extensions/shell/shell_search_controller_factory.cc b/athena/extensions/shell/shell_search_controller_factory.cc
index d8df1ec6fa3c8aefa15a813924d2c3e3dee226ab..5b9422d545ffa8ce560fb31c94ee5390995f611b 100644
--- a/athena/extensions/shell/shell_search_controller_factory.cc
+++ b/athena/extensions/shell/shell_search_controller_factory.cc
@@ -22,7 +22,7 @@ scoped_ptr<app_list::SearchController> ShellSearchControllerFactory::Create(
app_list::AppListModel::SearchResults* results) {
scoped_ptr<app_list::SearchController> controller(
new app_list::SearchController(
- search_box, results, NULL /* no history */));
+ search_box, results, nullptr /* no history */));
controller->AddProvider(app_list::Mixer::MAIN_GROUP,
scoped_ptr<app_list::SearchProvider>(
new UrlSearchProvider(browser_context_)));
« no previous file with comments | « athena/extensions/shell/extensions_delegate_impl.cc ('k') | athena/extensions/shell/url_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698