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

Unified Diff: third_party/WebKit/Source/modules/installedapp/InstalledAppController.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/installedapp/InstalledAppController.h
diff --git a/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h b/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h
index b9164e4b03384bae564b055f9b88b80f3aadbdb4..3a03e8fa2fbb44b89835a774ff3c953351ea3058 100644
--- a/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h
+++ b/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h
@@ -15,8 +15,8 @@ namespace blink {
class WebSecurityOrigin;
class MODULES_EXPORT InstalledAppController final
- : public NoBaseWillBeGarbageCollectedFinalized<InstalledAppController>, public WillBeHeapSupplement<LocalFrame>, public LocalFrameLifecycleObserver {
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(InstalledAppController);
+ : public GarbageCollectedFinalized<InstalledAppController>, public HeapSupplement<LocalFrame>, public LocalFrameLifecycleObserver {
+ USING_GARBAGE_COLLECTED_MIXIN(InstalledAppController);
WTF_MAKE_NONCOPYABLE(InstalledAppController);
public:
virtual ~InstalledAppController();

Powered by Google App Engine
This is Rietveld 408576698