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

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

Issue 2080623002: Revert "Remove OwnPtr from Blink." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « third_party/WebKit/Source/wtf/VectorTraits.h ('k') | third_party/WebKit/Source/wtf/WTFThreadData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/WTFThreadData.h
diff --git a/third_party/WebKit/Source/wtf/WTFThreadData.h b/third_party/WebKit/Source/wtf/WTFThreadData.h
index 3460e932245042fb3a3544aecf90779e4647acf2..b07fd5d8283eaa815e29bf94729aa00f04c6422f 100644
--- a/third_party/WebKit/Source/wtf/WTFThreadData.h
+++ b/third_party/WebKit/Source/wtf/WTFThreadData.h
@@ -34,7 +34,6 @@
#include "wtf/Threading.h"
#include "wtf/WTFExport.h"
#include "wtf/text/StringHash.h"
-#include <memory>
namespace blink {
@@ -77,7 +76,7 @@ private:
AtomicStringTableDestructor m_atomicStringTableDestructor;
blink::CompressibleStringTable* m_compressibleStringTable;
blink::CompressibleStringTableDestructor m_compressibleStringTableDestructor;
- std::unique_ptr<ICUConverterWrapper> m_cachedConverterICU;
+ OwnPtr<ICUConverterWrapper> m_cachedConverterICU;
static ThreadSpecific<WTFThreadData>* staticData;
friend WTFThreadData& wtfThreadData();
« no previous file with comments | « third_party/WebKit/Source/wtf/VectorTraits.h ('k') | third_party/WebKit/Source/wtf/WTFThreadData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698