Index: chrome/app/chrome_main_delegate.h |
diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h |
index f8f6e2a641e2292bc53d7c8967afac65872aed41..2e63bef5f6e3df1f17ae3f48c91d0aa1a5060d6c 100644 |
--- a/chrome/app/chrome_main_delegate.h |
+++ b/chrome/app/chrome_main_delegate.h |
@@ -48,6 +48,7 @@ class ChromeMainDelegate : public content::ContentMainDelegate { |
chrome::ChromeContentClient chrome_content_client_; |
scoped_ptr<base::StatsScope<base::StatsCounterTimer> > startup_timer_; |
+ scoped_ptr<base::StatsCounterTimer> stats_counter_timer_; |
DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegate); |
}; |