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

Unified Diff: athena/main/athena_main.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/main/athena_launcher.cc ('k') | athena/main/athena_views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_main.cc
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
index addb6fe4294c2b75945b2d73eec4d103d4944d6c..59f579f675842b1d2a7310d59b6796a3b2e3a45e 100644
--- a/athena/main/athena_main.cc
+++ b/athena/main/athena_main.cc
@@ -61,7 +61,7 @@ class AthenaDesktopController : public extensions::DesktopController {
content::BrowserContext* context,
const extensions::Extension* extension) override {
NOTIMPLEMENTED();
- return NULL;
+ return nullptr;
}
// Adds the window to the desktop.
« no previous file with comments | « athena/main/athena_launcher.cc ('k') | athena/main/athena_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698