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

Unified Diff: src/string-stream.h

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: src/string-stream.h
diff --git a/src/string-stream.h b/src/string-stream.h
index 7068d69664427c8c4a60206e8074bcfb6caa19f7..6fe7a20ce9dacf1a673d4b988b962ad6b8c5fc93 100644
--- a/src/string-stream.h
+++ b/src/string-stream.h
@@ -8,7 +8,6 @@
#include <memory>
#include "src/allocation.h"
-#include "src/base/smart-pointers.h"
#include "src/handles.h"
#include "src/vector.h"
« src/profiler/heap-profiler.h ('K') | « src/snapshot/code-serializer.cc ('k') | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698