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

Unified Diff: third_party/WebKit/Source/core/dom/RemoteSecurityContext.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/Source/core/dom/RemoteSecurityContext.h
diff --git a/third_party/WebKit/Source/core/dom/RemoteSecurityContext.h b/third_party/WebKit/Source/core/dom/RemoteSecurityContext.h
index 4987e1b08fc5e90f23907c447eab8500c8066de7..6f4e2fbe95c1ec2004bd66c28bdd5a11f76d770e 100644
--- a/third_party/WebKit/Source/core/dom/RemoteSecurityContext.h
+++ b/third_party/WebKit/Source/core/dom/RemoteSecurityContext.h
@@ -11,12 +11,12 @@
namespace blink {
-class CORE_EXPORT RemoteSecurityContext : public RefCountedWillBeGarbageCollectedFinalized<RemoteSecurityContext>, public SecurityContext {
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RemoteSecurityContext);
+class CORE_EXPORT RemoteSecurityContext : public GarbageCollectedFinalized<RemoteSecurityContext>, public SecurityContext {
+ USING_GARBAGE_COLLECTED_MIXIN(RemoteSecurityContext);
public:
DECLARE_VIRTUAL_TRACE();
- static PassRefPtrWillBeRawPtr<RemoteSecurityContext> create();
+ static RawPtr<RemoteSecurityContext> create();
void setReplicatedOrigin(PassRefPtr<SecurityOrigin>);
// FIXME: implement
« no previous file with comments | « third_party/WebKit/Source/core/dom/RangeTest.cpp ('k') | third_party/WebKit/Source/core/dom/RemoteSecurityContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698