Chromium Code Reviews

Unified Diff: src/wasm/decoder.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.
Jump to:
View side-by-side diff with in-line comments
Index: src/wasm/decoder.h
diff --git a/src/wasm/decoder.h b/src/wasm/decoder.h
index 064e70a55f584fe390debdffd390577dc778fb0c..24c81012d033fef4bb63433f1505f556cb5ba3a9 100644
--- a/src/wasm/decoder.h
+++ b/src/wasm/decoder.h
@@ -8,7 +8,6 @@
#include <memory>
#include "src/base/compiler-specific.h"
-#include "src/base/smart-pointers.h"
#include "src/flags.h"
#include "src/signature.h"
#include "src/utils.h"
« src/profiler/heap-profiler.h ('K') | « src/v8.gyp ('k') | src/wasm/encoder.h » ('j') | no next file with comments »

Powered by Google App Engine