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

Unified Diff: Source/WebCore/WebCore.gypi

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
« no previous file with comments | « no previous file | Source/WebCore/dom/EventTarget.cpp » ('j') | Source/WebCore/page/UseCounter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/WebCore.gypi
diff --git a/Source/WebCore/WebCore.gypi b/Source/WebCore/WebCore.gypi
index f209fd99d7c402ee060bca2f48a42616c9a4feb8..e133b2497a700bdee91025391c2ee7e385d9d1a6 100644
--- a/Source/WebCore/WebCore.gypi
+++ b/Source/WebCore/WebCore.gypi
@@ -1143,7 +1143,6 @@
'page/EventHandler.cpp',
'page/EventSource.cpp',
'page/EventSource.h',
- 'page/FeatureObserver.cpp',
'page/FocusController.cpp',
'page/Frame.cpp',
'page/FrameActionScheduler.cpp',
@@ -1220,6 +1219,7 @@
'page/TouchAdjustment.h',
'page/TouchDisambiguation.cpp',
'page/TouchDisambiguation.h',
+ 'page/UseCounter.cpp',
'page/UserContentURLPattern.cpp',
'page/WindowFeatures.cpp',
'page/WindowFocusAllowedIndicator.cpp',
« no previous file with comments | « no previous file | Source/WebCore/dom/EventTarget.cpp » ('j') | Source/WebCore/page/UseCounter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698