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

Unified Diff: base/profiler/alternate_timer.cc

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too Created 5 years 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 | « base/process/process_metrics_posix.cc ('k') | base/profiler/native_stack_sampler_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « base/process/process_metrics_posix.cc ('k') | base/profiler/native_stack_sampler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698