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

Unified Diff: third_party/WebKit/Source/core/html/forms/TimeInputType.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/TimeInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/TimeInputType.h b/third_party/WebKit/Source/core/html/forms/TimeInputType.h
index 85ac11189aff5e4cc72c2cfbbd8cf2f06c8c6ea7..c5f5acb9dc30f034ae490e5230e93b1fcc43cfc0 100644
--- a/third_party/WebKit/Source/core/html/forms/TimeInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/TimeInputType.h
@@ -44,7 +44,7 @@ using BaseTimeInputType = BaseChooserOnlyDateAndTimeInputType;
class TimeInputType final : public BaseTimeInputType {
public:
- static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
+ static RawPtr<InputType> create(HTMLInputElement&);
private:
explicit TimeInputType(HTMLInputElement&);

Powered by Google App Engine
This is Rietveld 408576698