| Index: chrome/browser/metrics/metrics_log.h
|
| diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h
|
| index 8cd2eea969695f1d9b6c6481effe9caf51699637..6992ce46b87d492c7e526b9b0d67228c44f649a5 100644
|
| --- a/chrome/browser/metrics/metrics_log.h
|
| +++ b/chrome/browser/metrics/metrics_log.h
|
| @@ -24,10 +24,6 @@ class MetricsNetworkObserver;
|
| class PrefService;
|
| class PrefRegistrySimple;
|
|
|
| -#if defined(OS_CHROMEOS)
|
| -class MetricsLogChromeOS;
|
| -#endif
|
| -
|
| namespace base {
|
| class DictionaryValue;
|
| }
|
| @@ -131,11 +127,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);
|
|
|
|
|