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

Unified Diff: src/wasm/wasm-result.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/wasm/wasm-result.h
diff --git a/src/wasm/wasm-result.h b/src/wasm/wasm-result.h
index 94f3cb6afa41cb439b73acca37fae48e7e694038..aacb2703b614ff1ebf1db3aa7faf021ce583e7d4 100644
--- a/src/wasm/wasm-result.h
+++ b/src/wasm/wasm-result.h
@@ -8,7 +8,6 @@
#include <memory>
#include "src/base/compiler-specific.h"
-#include "src/base/smart-pointers.h"
#include "src/handles.h"
#include "src/globals.h"

Powered by Google App Engine
This is Rietveld 408576698