From 700a402244a1a423da4f3ba8032459f4b65fa18f Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Mon, 19 May 2014 16:49:03 -0700 Subject: Now we have a proper C++ library, use std::unique_ptr. Also remove the Android.libcxx.mk and other bits of stlport compatibility mechanics. Change-Id: Icdf7188ba3c79cdf5617672c1cfd0a68ae596a61 --- compiler/compilers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/compilers.h') diff --git a/compiler/compilers.h b/compiler/compilers.h index e523d647ce..2c231e1212 100644 --- a/compiler/compilers.h +++ b/compiler/compilers.h @@ -92,7 +92,7 @@ class OptimizingCompiler FINAL : public QuickCompiler { const DexFile& dex_file) const; private: - UniquePtr visualizer_output_; + std::unique_ptr visualizer_output_; DISALLOW_COPY_AND_ASSIGN(OptimizingCompiler); }; -- cgit v1.2.3-59-g8ed1b