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

Unified Diff: extensions/browser/api/runtime/runtime_api.cc

Issue 598173003: Run clang-modernize -use-nullptr over src/extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: extensions/browser/api/runtime/runtime_api.cc
diff --git a/extensions/browser/api/runtime/runtime_api.cc b/extensions/browser/api/runtime/runtime_api.cc
index 8764d8c1e87664412b9559cb50ccadecf820121d..b49a66ddbcfb7a098a7a72da818486f583cfe229 100644
--- a/extensions/browser/api/runtime/runtime_api.cc
+++ b/extensions/browser/api/runtime/runtime_api.cc
@@ -279,7 +279,7 @@ bool RuntimeAPI::RestartDevice(std::string* error_message) {
void RuntimeEventRouter::DispatchOnStartupEvent(
content::BrowserContext* context,
const std::string& extension_id) {
- DispatchOnStartupEventImpl(context, extension_id, true, NULL);
+ DispatchOnStartupEventImpl(context, extension_id, true, nullptr);
}
// static

Powered by Google App Engine
This is Rietveld 408576698