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

Unified Diff: src/frames.cc

Issue 316133002: Move atomic ops and related files 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/frames.cc
diff --git a/src/frames.cc b/src/frames.cc
index 0faedc6e11d05e8b87dc521a72b458062d76bf80..d6a2ed24a0a9c51222c3ae7310a73362fa47b33f 100644
--- a/src/frames.cc
+++ b/src/frames.cc
@@ -8,7 +8,7 @@
#include "src/deoptimizer.h"
#include "src/frames-inl.h"
#include "src/full-codegen.h"
-#include "src/lazy-instance.h"
+#include "src/base/lazy-instance.h"
Jakob Kummerow 2014/06/05 11:49:06 nit: alpha-sort please. Is this #include even used
#include "src/mark-compact.h"
#include "src/safepoint-table.h"
#include "src/scopeinfo.h"

Powered by Google App Engine
This is Rietveld 408576698