diff options
Diffstat (limited to 'chrome/common/gpu_messages.h')
-rw-r--r-- | chrome/common/gpu_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/gpu_messages.h b/chrome/common/gpu_messages.h index 4553bdc..0e101fb 100644 --- a/chrome/common/gpu_messages.h +++ b/chrome/common/gpu_messages.h @@ -7,12 +7,12 @@ #include <vector> -#include "app/gfx/native_widget_types.h" #include "base/basictypes.h" #include "base/process.h" #include "chrome/common/common_param_traits.h" #include "chrome/common/gpu_native_window_handle.h" #include "chrome/common/transport_dib.h" +#include "gfx/native_widget_types.h" #include "gfx/rect.h" #include "gfx/size.h" #include "gpu/command_buffer/common/command_buffer.h" |