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

Unified Diff: src/profiler/strings-storage.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: src/profiler/strings-storage.cc
diff --git a/src/profiler/strings-storage.cc b/src/profiler/strings-storage.cc
index 78d8bd28dfcd0fe26dff81fb39b7df6093b9ded9..edb01b5fd068f95775f18f7be428dc4da8deba5d 100644
--- a/src/profiler/strings-storage.cc
+++ b/src/profiler/strings-storage.cc
@@ -6,7 +6,6 @@
#include <memory>
-#include "src/base/smart-pointers.h"
#include "src/objects-inl.h"
namespace v8 {

Powered by Google App Engine
This is Rietveld 408576698