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

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

Issue 2175233003: Replace SmartPointer<T> with unique_ptr<T> (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@smart-array
Patch Set: Created 4 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-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index f8ac8ce11197d61718672315b6bdb658c036c637..2b531173674dbe80c2c9f62d7e8aeecb1100b21e 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -41,7 +41,6 @@
#include "src/api.h"
#include "src/arguments.h"
#include "src/base/platform/platform.h"
-#include "src/base/smart-pointers.h"
#include "src/code-stubs.h"
#include "src/compilation-cache.h"
#include "src/debug/debug.h"

Powered by Google App Engine
This is Rietveld 408576698