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

Unified Diff: src/ast.h

Issue 1221433021: Move SmartPointer to base. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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/ast.h
diff --git a/src/ast.h b/src/ast.h
index e5842c292e57b139f7073dd3f05c9508aa2db411..9c4fd2e2673bdeff8334c0ab95e3b14ddc77ac68 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -10,6 +10,7 @@
#include "src/assembler.h"
#include "src/ast-value-factory.h"
#include "src/bailout-reason.h"
+#include "src/base/smart-pointers.h"
#include "src/factory.h"
#include "src/isolate.h"
#include "src/jsregexp.h"
@@ -17,7 +18,6 @@
#include "src/modules.h"
#include "src/runtime/runtime.h"
#include "src/small-pointer-list.h"
-#include "src/smart-pointers.h"
#include "src/token.h"
#include "src/types.h"
#include "src/utils.h"
« no previous file with comments | « BUILD.gn ('k') | src/background-parsing-task.h » ('j') | src/base/smart-pointers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698