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

Unified Diff: src/base/platform/time.cc

Issue 893533003: Revert "Make GCC happy again." and "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « src/base/platform/time.h ('k') | src/bootstrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/platform/time.cc
diff --git a/src/base/platform/time.cc b/src/base/platform/time.cc
index 6734218e5071a94180cfa007569100407589a6c3..40dd188db362c2b2d2018c6892a1b5b9fa378f80 100644
--- a/src/base/platform/time.cc
+++ b/src/base/platform/time.cc
@@ -13,8 +13,7 @@
#include <mach/mach_time.h>
#endif
-#include <cstring>
-#include <ostream>
+#include <string.h>
#if V8_OS_WIN
#include "src/base/lazy-instance.h"
@@ -356,11 +355,6 @@ double Time::ToJsTime() const {
}
-std::ostream& operator<<(std::ostream& os, const Time& time) {
- return os << time.ToJsTime();
-}
-
-
#if V8_OS_WIN
class TickClock {
« no previous file with comments | « src/base/platform/time.h ('k') | src/bootstrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698