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 --- views/controls/menu/menu_host.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/controls/menu/menu_host.h') diff --git a/views/controls/menu/menu_host.h b/views/controls/menu/menu_host.h index e054d0a..8de9266 100644 --- a/views/controls/menu/menu_host.h +++ b/views/controls/menu/menu_host.h @@ -6,8 +6,8 @@ #define VIEWS_CONTROLS_MENU_MENU_HOST_H_ #pragma once -#include "gfx/native_widget_types.h" -#include "gfx/rect.h" +#include "ui/gfx/native_widget_types.h" +#include "ui/gfx/rect.h" namespace views { -- cgit v1.1