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

Unified Diff: athena/home/athena_start_page_view.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/test/test_extensions_delegate.cc ('k') | athena/home/home_card_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/athena_start_page_view.cc
diff --git a/athena/home/athena_start_page_view.cc b/athena/home/athena_start_page_view.cc
index 72ba7210b02222c445bc1fd07cad386a71b30b8c..381f2c92b970ed70d91ddd266f50a60cf1ca97a9 100644
--- a/athena/home/athena_start_page_view.cc
+++ b/athena/home/athena_start_page_view.cc
@@ -195,8 +195,8 @@ AthenaStartPageView::AthenaStartPageView(
logo_->SetSize(gfx::Size(kWebViewWidth, kWebViewHeight));
AddChildView(logo_);
- search_results_view_ = new app_list::SearchResultListView(
- NULL, view_delegate);
+ search_results_view_ =
+ new app_list::SearchResultListView(nullptr, view_delegate);
// search_results_view_'s size will shrink after settings results.
search_results_height_ = static_cast<views::View*>(
search_results_view_)->GetHeightForWidth(kSearchBoxWidth);
« no previous file with comments | « athena/extensions/test/test_extensions_delegate.cc ('k') | athena/home/home_card_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698