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

Unified Diff: base/time/time_win.cc

Issue 399313006: Move bit_cast from base/macros.h to its own header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update crashpad after making http://crrev.com/1555943002 a dependent CL Created 4 years, 12 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
Index: base/time/time_win.cc
diff --git a/base/time/time_win.cc b/base/time/time_win.cc
index b2d9c76212bf531d835d35ef3cc8ff904c8f0612..dc968ad63980edbbe0280519a654447c121a74ae 100644
--- a/base/time/time_win.cc
+++ b/base/time/time_win.cc
@@ -38,6 +38,7 @@
#include <mmsystem.h>
#include <stdint.h>
+#include "base/bit_cast.h"
#include "base/cpu.h"
#include "base/lazy_instance.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698