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

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>&&);
#endif
BLINK_PLATFORM_EXPORT void doAllow();
« no previous file with comments | « third_party/WebKit/Source/wtf/HashTraits.h ('k') | third_party/WebKit/public/platform/WebFileSystemCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698