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

Unified Diff: athena/extensions/test/test_extensions_delegate.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/url_search_provider.cc ('k') | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/extensions/test/test_extensions_delegate.cc
diff --git a/athena/extensions/test/test_extensions_delegate.cc b/athena/extensions/test/test_extensions_delegate.cc
index 95dd1a0277b5f61f0a2f3eea15526366f9250a55..540a78ba721bc3ff424225bf61efb73784fe34a9 100644
--- a/athena/extensions/test/test_extensions_delegate.cc
+++ b/athena/extensions/test/test_extensions_delegate.cc
@@ -19,7 +19,7 @@ class TestExtensionsDelegate : public ExtensionsDelegate {
private:
// ExtensionsDelegate:
virtual content::BrowserContext* GetBrowserContext() const override {
- return NULL;
+ return nullptr;
}
virtual const extensions::ExtensionSet& GetInstalledExtensions() override {
return shell_extensions_;
« no previous file with comments | « athena/extensions/shell/url_search_provider.cc ('k') | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698