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

Unified Diff: athena/resource_manager/memory_pressure_notifier_unittest.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_views_delegate.cc ('k') | athena/resource_manager/resource_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/resource_manager/memory_pressure_notifier_unittest.cc
diff --git a/athena/resource_manager/memory_pressure_notifier_unittest.cc b/athena/resource_manager/memory_pressure_notifier_unittest.cc
index 0cbf3e77fd67cd26ab9e273d9de9d7c8ae64a119..0678740f01bacb74d9509e0e6d2ff59f905cf3cb 100644
--- a/athena/resource_manager/memory_pressure_notifier_unittest.cc
+++ b/athena/resource_manager/memory_pressure_notifier_unittest.cc
@@ -83,7 +83,7 @@ class TestMemoryPressureObserver : public MemoryPressureObserver {
// Our testing base.
class MemoryPressureTest : public AthenaTestBase {
public:
- MemoryPressureTest() : test_resource_manager_delegate_(NULL) {}
+ MemoryPressureTest() : test_resource_manager_delegate_(nullptr) {}
virtual ~MemoryPressureTest() {}
// AthenaTestBase:
« no previous file with comments | « athena/main/athena_views_delegate.cc ('k') | athena/resource_manager/resource_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698