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

Unified Diff: athena/extensions/chrome/app_list_controller_delegate_athena.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
Index: athena/extensions/chrome/app_list_controller_delegate_athena.cc
diff --git a/athena/extensions/chrome/app_list_controller_delegate_athena.cc b/athena/extensions/chrome/app_list_controller_delegate_athena.cc
index 5dcef0596691b6c37b21a04815d474b269a5b1e0..a731c8b855c132e46d0c6dcd722065031ac7561f 100644
--- a/athena/extensions/chrome/app_list_controller_delegate_athena.cc
+++ b/athena/extensions/chrome/app_list_controller_delegate_athena.cc
@@ -23,7 +23,7 @@ void AppListControllerDelegateAthena::DismissView() {
gfx::NativeWindow AppListControllerDelegateAthena::GetAppListWindow() {
NOTIMPLEMENTED();
- return NULL;
+ return nullptr;
}
gfx::Rect AppListControllerDelegateAthena::GetAppListBounds() {
« no previous file with comments | « athena/extensions/athena_app_delegate_base.cc ('k') | athena/extensions/chrome/athena_chrome_app_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698