| Index: content/test/content_test_suite.cc
|
| diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc
|
| index 4b7083ab21bcb50dd2d3703bfecf1353a10f0217..f71feb127accfae13c63abc2a744fd627f452b4a 100644
|
| --- a/content/test/content_test_suite.cc
|
| +++ b/content/test/content_test_suite.cc
|
| @@ -11,10 +11,7 @@
|
| #include "content/public/test/test_content_client_initializer.h"
|
| #include "gpu/config/gpu_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -
|
| -#if defined(OS_WIN)
|
| -#include "ui/gfx/win/dpi.h"
|
| -#endif
|
| +#include "ui/gfx/dpi.h"
|
|
|
| #if defined(OS_MACOSX)
|
| #include "base/mac/scoped_nsautorelease_pool.h"
|
| @@ -65,7 +62,7 @@ void ContentTestSuite::Initialize() {
|
| base::mac::ScopedNSAutoreleasePool autorelease_pool;
|
| #endif
|
|
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) || (defined(OS_LINUX) && !defined(OS_CHROMEOS))
|
| gfx::InitDeviceScaleFactor(1.0f);
|
| #endif
|
|
|
|
|