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

Unified Diff: third_party/WebKit/public/platform/WebBlobData.h

Issue 2143323002: Remove WebPrivateOwnPtr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 5 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/public/blink_headers.gypi ('k') | third_party/WebKit/public/platform/WebFont.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebBlobData.h
diff --git a/third_party/WebKit/public/platform/WebBlobData.h b/third_party/WebKit/public/platform/WebBlobData.h
index 6c028ae18deddea84163bc8e1638418231ba328b..00e27c88d7845e4dabc1ad7c883abc5ee09e0140 100644
--- a/third_party/WebKit/public/platform/WebBlobData.h
+++ b/third_party/WebKit/public/platform/WebBlobData.h
@@ -32,7 +32,6 @@
#define WebBlobData_h
#include "WebNonCopyable.h"
-#include "WebPrivateOwnPtr.h"
#include "WebString.h"
#include "WebThreadSafeData.h"
#include "WebURL.h"
@@ -83,7 +82,7 @@ public:
#endif
private:
- WebPrivateOwnPtr<BlobData> m_private;
+ std::unique_ptr<BlobData> m_private;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/blink_headers.gypi ('k') | third_party/WebKit/public/platform/WebFont.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698