| Index: third_party/WebKit/Source/wtf/PtrUtil.h
|
| diff --git a/third_party/WebKit/Source/wtf/PtrUtil.h b/third_party/WebKit/Source/wtf/PtrUtil.h
|
| index bba00bbc207591196335ed16fbdd699472eeecba..51847330cba5c749c4758b3e4dfd297e1ee4048d 100644
|
| --- a/third_party/WebKit/Source/wtf/PtrUtil.h
|
| +++ b/third_party/WebKit/Source/wtf/PtrUtil.h
|
| @@ -48,8 +48,6 @@ auto makeUnique(size_t size) -> decltype(base::MakeUnique<T>(size)) {
|
|
|
| } // namespace WTF
|
|
|
| -using WTF::makeUnique;
|
| -using WTF::wrapUnique;
|
| using WTF::wrapArrayUnique;
|
|
|
| #endif // PtrUtil_h
|
|
|