| Index: base/profiler/alternate_timer.cc
|
| diff --git a/base/profiler/alternate_timer.cc b/base/profiler/alternate_timer.cc
|
| index 02763cd9ef9204db1bb39395fb9b1cb429097d3b..b2d2c703202a3c13a8b053a0282658875a94758d 100644
|
| --- a/base/profiler/alternate_timer.cc
|
| +++ b/base/profiler/alternate_timer.cc
|
| @@ -4,11 +4,9 @@
|
|
|
| #include "base/profiler/alternate_timer.h"
|
|
|
| -#include "base/basictypes.h"
|
| -
|
| namespace {
|
|
|
| -tracked_objects::NowFunction* g_time_function = NULL;
|
| +tracked_objects::NowFunction* g_time_function = nullptr;
|
| tracked_objects::TimeSourceType g_time_source_type =
|
| tracked_objects::TIME_SOURCE_TYPE_WALL_TIME;
|
|
|
|
|