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

Unified Diff: test/cctest/test-migrations.cc

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: test/cctest/test-migrations.cc
diff --git a/test/cctest/test-migrations.cc b/test/cctest/test-migrations.cc
index 0cefd54cebd5d21dd81fb4e33262627994abe863..e2c8821ce36733016f4c6e0cfddbb04fd55fcce8 100644
--- a/test/cctest/test-migrations.cc
+++ b/test/cctest/test-migrations.cc
@@ -7,6 +7,7 @@
#include "src/v8.h"
+#include "src/base/smart-pointers.h"
#include "src/code-stubs.h"
#include "src/compilation-cache.h"
#include "src/execution.h"
@@ -14,7 +15,6 @@
#include "src/global-handles.h"
#include "src/ic/stub-cache.h"
#include "src/macro-assembler.h"
-#include "src/smart-pointers.h"
#include "test/cctest/cctest.h"
using namespace v8::internal;

Powered by Google App Engine
This is Rietveld 408576698