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

Unified Diff: src/snapshot-common.cc

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 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: src/snapshot-common.cc
diff --git a/src/snapshot-common.cc b/src/snapshot-common.cc
index 965f1bfd5074722fbba89bda86f95b7a2fd72870..25193b2ed0db845a6e041aa840473c94d5f791c2 100644
--- a/src/snapshot-common.cc
+++ b/src/snapshot-common.cc
@@ -7,7 +7,7 @@
#include "src/v8.h"
#include "src/api.h"
-#include "src/platform.h"
+#include "src/base/platform/platform.h"
#include "src/serialize.h"
#include "src/snapshot.h"
@@ -28,7 +28,7 @@ void Snapshot::ReserveSpaceForLinkedInSnapshot(Deserializer* deserializer) {
bool Snapshot::Initialize() {
if (size_ > 0) {
- ElapsedTimer timer;
+ base::ElapsedTimer timer;
if (FLAG_profile_deserialization) {
timer.Start();
}
« src/base/macros.h ('K') | « src/small-pointer-list.h ('k') | src/snapshot-source-sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698