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

Unified Diff: third_party/WebKit/Source/core/html/forms/ColorChooserClient.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/html/forms/ColorChooserClient.h
diff --git a/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h b/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
index 736a4c0a88e9e057a29b21eb78c73532d403b93b..f6398e70e868a6c9f06ddbcd1590699556358c30 100644
--- a/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
+++ b/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
@@ -40,7 +40,7 @@ namespace blink {
class Element;
-class ColorChooserClient : public WillBeGarbageCollectedMixin {
+class ColorChooserClient : public GarbageCollectedMixin {
public:
virtual ~ColorChooserClient();
DEFINE_INLINE_VIRTUAL_TRACE() { }
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/ColorChooser.h ('k') | third_party/WebKit/Source/core/html/forms/ColorInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698