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

Unified Diff: third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.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/modules/navigatorconnect/AcceptConnectionObserver.h
diff --git a/third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.h b/third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.h
index e122108e0ce38125840cfc58338cab57b6cf672c..af57dc32c9e6860f476ec067ab2b21334065b34e 100644
--- a/third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.h
+++ b/third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.h
@@ -24,7 +24,7 @@ class ScriptValue;
// and notifies the client of the result. Created for each instance of
// ServicePortConnectEvent.
class MODULES_EXPORT AcceptConnectionObserver final : public GarbageCollectedFinalized<AcceptConnectionObserver>, public ContextLifecycleObserver {
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(AcceptConnectionObserver);
+ USING_GARBAGE_COLLECTED_MIXIN(AcceptConnectionObserver);
public:
static AcceptConnectionObserver* create(ServicePortCollection*, PassOwnPtr<WebServicePortConnectEventCallbacks>, WebServicePortID, const KURL& targetURL);

Powered by Google App Engine
This is Rietveld 408576698