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

Unified Diff: Source/WebCore/html/InputType.h

Issue 14301003: Rename FeatureObserver to UseCounter to make clear that all it stores are usage counts. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Now with 20% more awesome Created 7 years, 8 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: Source/WebCore/html/InputType.h
diff --git a/Source/WebCore/html/InputType.h b/Source/WebCore/html/InputType.h
index b2144eefafafa54f2f3673add3f0359f3bd9e17c..cf2cc662388348f3c237b3b36b847a162870fdd8 100644
--- a/Source/WebCore/html/InputType.h
+++ b/Source/WebCore/html/InputType.h
@@ -33,7 +33,7 @@
#ifndef InputType_h
#define InputType_h
-#include "FeatureObserver.h"
+#include "UseCounter.h"
#include "HTMLTextFormControlElement.h"
#include "StepRange.h"
#include <wtf/Forward.h>
@@ -315,7 +315,7 @@ protected:
HTMLInputElement* element() const { return m_element; }
Chrome* chrome() const;
Decimal parseToNumberOrNaN(const String&) const;
- void observeFeatureIfVisible(FeatureObserver::Feature) const;
+ void observeFeatureIfVisible(UseCounter::Feature) const;
private:
// Helper for stepUp()/stepDown(). Adds step value * count to the current value.

Powered by Google App Engine
This is Rietveld 408576698