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

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

Issue 1916703002: Prepare for move-only PassOwnPtr in the remaining directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@core1
Patch Set: Merge with trunk. Created 4 years, 8 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
Index: third_party/WebKit/public/platform/WebContentSettingCallbacks.h
diff --git a/third_party/WebKit/public/platform/WebContentSettingCallbacks.h b/third_party/WebKit/public/platform/WebContentSettingCallbacks.h
index d5ed0a6759e2e625eb1403e8dddd3efe135231db..21068ca0253c0eedc329e7bdeb9b515de0bfabe1 100644
--- a/third_party/WebKit/public/platform/WebContentSettingCallbacks.h
+++ b/third_party/WebKit/public/platform/WebContentSettingCallbacks.h
@@ -29,7 +29,7 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebContentSettingCallbacks&);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebContentSettingCallbacks(const WTF::PassOwnPtr<ContentSettingCallbacks>&);
+ BLINK_PLATFORM_EXPORT WebContentSettingCallbacks(WTF::PassOwnPtr<ContentSettingCallbacks>&&);
jbroman 2016/04/25 15:08:27 drive-by: why PassOwnPtr<T>&& and not PassOwnPtr<T
Yuta Kitamura 2016/04/26 02:57:29 That's explained in the change description.
#endif
BLINK_PLATFORM_EXPORT void doAllow();

Powered by Google App Engine
This is Rietveld 408576698