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

Unified Diff: Source/WebCore/html/SearchInputType.cpp

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/SearchInputType.cpp
diff --git a/Source/WebCore/html/SearchInputType.cpp b/Source/WebCore/html/SearchInputType.cpp
index 3839b12a63a5ff127d63fbfca03711cf6da89af5..5e431d11e7b9c7d63ee4ccf54a017ec935eaaf29 100644
--- a/Source/WebCore/html/SearchInputType.cpp
+++ b/Source/WebCore/html/SearchInputType.cpp
@@ -60,7 +60,7 @@ PassOwnPtr<InputType> SearchInputType::create(HTMLInputElement* element)
void SearchInputType::attach()
{
TextFieldInputType::attach();
- observeFeatureIfVisible(FeatureObserver::InputTypeSearch);
+ observeFeatureIfVisible(UseCounter::InputTypeSearch);
}
void SearchInputType::addSearchResult()

Powered by Google App Engine
This is Rietveld 408576698