diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 21:59:11 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 21:59:11 +0000 |
commit | 1d942ca72e87a91a6ce3ef9db4d82e1b3b53eb6d (patch) | |
tree | d2edd6681d65f24c2e3da1be8556e0cf31ac575a | |
parent | 90689cbe617a23f70b67730e5c89214678a3285d (diff) | |
download | chromium_src-1d942ca72e87a91a6ce3ef9db4d82e1b3b53eb6d.zip chromium_src-1d942ca72e87a91a6ce3ef9db4d82e1b3b53eb6d.tar.gz chromium_src-1d942ca72e87a91a6ce3ef9db4d82e1b3b53eb6d.tar.bz2 |
Include what you use in webkit_glue_mac.mm. I really should have waited to
accumulate all of these together, but I think this is the last one in glue.
Review URL: http://codereview.chromium.org/21470
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9978 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/glue/webkit_glue_mac.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webkit_glue_mac.mm b/webkit/glue/webkit_glue_mac.mm index a455c11..49d16a7 100644 --- a/webkit/glue/webkit_glue_mac.mm +++ b/webkit/glue/webkit_glue_mac.mm @@ -3,10 +3,10 @@ // LICENSE file. #include "config.h" + #include "webkit/glue/webkit_glue.h" -#import <AppKit/NSGraphics.h> -#import <Foundation/NSGeometry.h> +#import <AppKit/AppKit.h> namespace webkit_glue { |