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

Unified Diff: src/messages.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/messages.h
diff --git a/src/messages.h b/src/messages.h
index 965a78bd7d125e48a9e4b2fda9f561cd79cedca2..acc42037e53b67389425186aa6daa0815775ce3f 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -12,7 +12,6 @@
#include <memory>
-#include "src/base/smart-pointers.h"
#include "src/handles.h"
#include "src/list.h"

Powered by Google App Engine
This is Rietveld 408576698