Index: chrome/browser/ui/uma_browsing_activity_observer.h |
diff --git a/chrome/browser/ui/uma_browsing_activity_observer.h b/chrome/browser/ui/uma_browsing_activity_observer.h |
index 80db0b5dc37b17a24867a878a2a9b4d5e64fdcef..e8c4b01795fe2bbb80fd23278e3e5052f7822fb4 100644 |
--- a/chrome/browser/ui/uma_browsing_activity_observer.h |
+++ b/chrome/browser/ui/uma_browsing_activity_observer.h |
@@ -5,8 +5,9 @@ |
#ifndef CHROME_BROWSER_UI_UMA_BROWSING_ACTIVITY_OBSERVER_H_ |
#define CHROME_BROWSER_UI_UMA_BROWSING_ACTIVITY_OBSERVER_H_ |
-#include "content/public/browser/notification_registrar.h" |
+#include "chrome/browser/ui/tabs/tab_strip_model_stats_recorder.h" |
#include "content/public/browser/notification_observer.h" |
+#include "content/public/browser/notification_registrar.h" |
namespace chrome { |
@@ -36,6 +37,7 @@ class UMABrowsingActivityObserver : public content::NotificationObserver { |
void LogBrowserTabCount() const; |
content::NotificationRegistrar registrar_; |
+ TabStripModelStatsRecorder tab_recorder_; |
DISALLOW_COPY_AND_ASSIGN(UMABrowsingActivityObserver); |
}; |