diff options
Diffstat (limited to 'chrome/browser/metrics/metrics_log.h')
-rw-r--r-- | chrome/browser/metrics/metrics_log.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h index f7b2161..25102d8 100644 --- a/chrome/browser/metrics/metrics_log.h +++ b/chrome/browser/metrics/metrics_log.h @@ -18,10 +18,6 @@ class PrefService; -#if defined(OS_CHROMEOS) -class MetricsLogChromeOS; -#endif - namespace base { class DictionaryValue; } @@ -113,11 +109,6 @@ class MetricsLog : public metrics::MetricsLogBase { virtual void GetFieldTrialIds( std::vector<variations::ActiveGroupId>* field_trial_ids) const; - // Exposed to allow dependency injection for tests. -#if defined(OS_CHROMEOS) - scoped_ptr<MetricsLogChromeOS> metrics_log_chromeos_; -#endif - private: FRIEND_TEST_ALL_PREFIXES(MetricsLogTest, ChromeOSStabilityData); |