| Index: content/gpu/gpu_info_collector_win.cc
|
| diff --git a/content/gpu/gpu_info_collector_win.cc b/content/gpu/gpu_info_collector_win.cc
|
| index 2ea09152112d06d91618e88fbf83cb4033bb67ed..d17e0effbe764d695d99e2271cacbd70e48283a3 100644
|
| --- a/content/gpu/gpu_info_collector_win.cc
|
| +++ b/content/gpu/gpu_info_collector_win.cc
|
| @@ -17,8 +17,8 @@
|
| #include "base/string_util.h"
|
| #include "base/win/scoped_com_initializer.h"
|
| #include "base/win/scoped_comptr.h"
|
| -#include "ui/gfx/gl/gl_implementation.h"
|
| -#include "ui/gfx/gl/gl_surface_egl.h"
|
| +#include "ui/gl/gl_implementation.h"
|
| +#include "ui/gl/gl_surface_egl.h"
|
|
|
| // ANGLE seems to require that main.h be included before any other ANGLE header.
|
| #include "libEGL/Display.h"
|
|
|