Index: athena/test/base/athena_test_helper.cc |
diff --git a/athena/test/base/athena_test_helper.cc b/athena/test/base/athena_test_helper.cc |
index 42e04d1c55bc54a5a775f81af566cfe8036b2b97..538ed1c91cfb2db64d5bacd98b1e036a83e98748 100644 |
--- a/athena/test/base/athena_test_helper.cc |
+++ b/athena/test/base/athena_test_helper.cc |
@@ -65,7 +65,7 @@ void AthenaTestHelper::SetUp(ui::ContextFactory* context_factory) { |
athena::ExtensionsDelegate::CreateExtensionsDelegateForTest(); |
athena::StartAthenaSession(new SampleActivityFactory(), |
make_scoped_ptr(new TestAppModelBuilder()), |
- CreateSearchControllerFactory(NULL)); |
+ CreateSearchControllerFactory(nullptr)); |
} |
void AthenaTestHelper::TearDown() { |