diff options
Diffstat (limited to 'chrome/gpu/gpu_backing_store_glx.h')
-rw-r--r-- | chrome/gpu/gpu_backing_store_glx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/gpu/gpu_backing_store_glx.h b/chrome/gpu/gpu_backing_store_glx.h index b0c1d65..3098523 100644 --- a/chrome/gpu/gpu_backing_store_glx.h +++ b/chrome/gpu/gpu_backing_store_glx.h @@ -5,10 +5,10 @@ #ifndef CHROME_GPU_GPU_BACKING_STORE_GLX_H_ #define CHROME_GPU_GPU_BACKING_STORE_GLX_H_ +#include "app/surface/transport_dib.h" +#include "app/x11_util.h" #include "base/basictypes.h" #include "base/process.h" -#include "chrome/common/transport_dib.h" -#include "chrome/common/x11_util.h" #include "ipc/ipc_channel.h" class GpuViewX; |