| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 4b95ed25b70668f486fcc0b0adfb5ec9c61e5696..64e934507464a71f27e021da58ec031aeb0fc16d 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -143,8 +143,8 @@
|
| #include "ui/accelerated_widget_mac/window_resize_helper_mac.h"
|
| #endif
|
|
|
| -#if defined(USE_OZONE)
|
| -#include "ui/ozone/public/client_native_pixmap_factory.h"
|
| +#if defined(OS_LINUX)
|
| +#include "ui/gfx/client_native_pixmap_factory.h"
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
|
|