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

Unified Diff: third_party/WebKit/Source/wtf/PtrUtil.h

Issue 2547053003: s/ passed(...) / WTF::passed(...) / to avoid future ambiguity w/ base::Passed. (Closed)
Patch Set: Rebasing... Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/wtf/ListHashSetTest.cpp ('k') | third_party/WebKit/Source/wtf/TerminatedArray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/wtf/ListHashSetTest.cpp ('k') | third_party/WebKit/Source/wtf/TerminatedArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698