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

Unified Diff: base/run_loop.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/run_loop.h ('k') | base/scoped_clear_errno.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/run_loop.cc
diff --git a/base/run_loop.cc b/base/run_loop.cc
index 2aa4def95706a24df2075205c032021543709ab0..b8558db4874a606fedaae8747127cdfd7d8928e7 100644
--- a/base/run_loop.cc
+++ b/base/run_loop.cc
@@ -6,6 +6,7 @@
#include "base/bind.h"
#include "base/tracked_objects.h"
+#include "build/build_config.h"
#if defined(OS_WIN)
#include "base/message_loop/message_pump_dispatcher.h"
« no previous file with comments | « base/run_loop.h ('k') | base/scoped_clear_errno.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698