| Index: chrome/browser/metrics/metrics_service_unittest.cc
|
| diff --git a/chrome/browser/metrics/metrics_service_unittest.cc b/chrome/browser/metrics/metrics_service_unittest.cc
|
| index 16fab4c549dc955d799809c3777456d81e6b4ff8..1255e4ed988fbed6c22dc112d95391fa00f78ca8 100644
|
| --- a/chrome/browser/metrics/metrics_service_unittest.cc
|
| +++ b/chrome/browser/metrics/metrics_service_unittest.cc
|
| @@ -19,7 +19,6 @@
|
| #include "content/public/common/webplugininfo.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "ui/gfx/size.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/browser/metrics/metrics_log_chromeos.h"
|
| @@ -71,18 +70,6 @@ class TestMetricsLog : public MetricsLog {
|
| virtual ~TestMetricsLog() {}
|
|
|
| private:
|
| - virtual gfx::Size GetScreenSize() const OVERRIDE {
|
| - return gfx::Size(1024, 768);
|
| - }
|
| -
|
| - virtual float GetScreenDeviceScaleFactor() const OVERRIDE {
|
| - return 1.0f;
|
| - }
|
| -
|
| - virtual int GetScreenCount() const OVERRIDE {
|
| - return 1;
|
| - }
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(TestMetricsLog);
|
| };
|
|
|
|
|