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

Unified Diff: Source/core/html/forms/InputType.h

Issue 934163004: Modernize coding style in core/html/forms/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 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
« no previous file with comments | « Source/core/html/forms/ImageInputType.h ('k') | Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/InputType.h
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
index e8ff289385ed252045f597cf33338506cba3be8a..224172e0e30b6d7e889f93b6cdcd57dc84854bfe 100644
--- a/Source/core/html/forms/InputType.h
+++ b/Source/core/html/forms/InputType.h
@@ -33,11 +33,11 @@
#ifndef InputType_h
#define InputType_h
+#include "core/frame/UseCounter.h"
#include "core/html/HTMLTextFormControlElement.h"
#include "core/html/forms/ColorChooserClient.h"
#include "core/html/forms/InputTypeView.h"
#include "core/html/forms/StepRange.h"
-#include "core/frame/UseCounter.h"
namespace blink {
@@ -203,8 +203,8 @@ public:
void dispatchSimulatedClickIfActive(KeyboardEvent*) const;
// InputTypeView override
- virtual bool shouldSubmitImplicitly(Event*) override;
- virtual bool hasCustomFocusLogic() const override;
+ bool shouldSubmitImplicitly(Event*) override;
+ bool hasCustomFocusLogic() const override;
virtual bool shouldDispatchFormControlChangeEvent(String&, String&);
« no previous file with comments | « Source/core/html/forms/ImageInputType.h ('k') | Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698