diff options
Diffstat (limited to 'chrome/gpu/gpu_view_x.h')
-rw-r--r-- | chrome/gpu/gpu_view_x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/gpu/gpu_view_x.h b/chrome/gpu/gpu_view_x.h index 413548f..cbc7658 100644 --- a/chrome/gpu/gpu_view_x.h +++ b/chrome/gpu/gpu_view_x.h @@ -5,10 +5,10 @@ #ifndef CHROME_GPU_GPU_VIEW_X_H_ #define CHROME_GPU_GPU_VIEW_X_H_ -#include "app/gfx/native_widget_types.h" #include "base/basictypes.h" #include "base/scoped_ptr.h" #include "chrome/gpu/x_util.h" +#include "gfx/native_widget_types.h" #include "ipc/ipc_channel.h" class GpuBackingStoreGLX; |