From 08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8 Mon Sep 17 00:00:00 2001 From: "sail@chromium.org" Date: Sat, 5 Feb 2011 01:53:38 +0000 Subject: Change includes of gfx/* to ui/gfx/* BUG=71063 TEST=compiled Review URL: http://codereview.chromium.org/6312156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73890 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/gpu_messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/gpu_messages.h') diff --git a/chrome/common/gpu_messages.h b/chrome/common/gpu_messages.h index 387d2b1..2e89a25 100644 --- a/chrome/common/gpu_messages.h +++ b/chrome/common/gpu_messages.h @@ -10,8 +10,8 @@ #include "base/process.h" #include "chrome/common/common_param_traits.h" #include "chrome/common/gpu_param_traits.h" -#include "gfx/native_widget_types.h" #include "gpu/command_buffer/common/command_buffer.h" +#include "ui/gfx/native_widget_types.h" #include "chrome/common/gpu_messages_internal.h" -- cgit v1.1