diff options
Diffstat (limited to 'WebKit/chromium/public/WebRect.h')
-rw-r--r-- | WebKit/chromium/public/WebRect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/chromium/public/WebRect.h b/WebKit/chromium/public/WebRect.h index ed5a7d1..30381d7 100644 --- a/WebKit/chromium/public/WebRect.h +++ b/WebKit/chromium/public/WebRect.h @@ -36,7 +36,7 @@ #if WEBKIT_IMPLEMENTATION #include "IntRect.h" #else -#include <base/gfx/rect.h> +#include <gfx/rect.h> #endif namespace WebKit { |