summaryrefslogtreecommitdiffstats
path: root/ui/gfx/rect.cc
diff options
context:
space:
mode:
authornoyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-01 17:27:32 +0000
committernoyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-01 17:27:32 +0000
commitd9824eada42fab668e2451565bc3b13bd6ff5cac (patch)
tree483c9df01b6b286eba5b23526e9d2341985ef9ec /ui/gfx/rect.cc
parent218537d421afb0792434bcca5ce2446abb4d8d41 (diff)
downloadchromium_src-d9824eada42fab668e2451565bc3b13bd6ff5cac.zip
chromium_src-d9824eada42fab668e2451565bc3b13bd6ff5cac.tar.gz
chromium_src-d9824eada42fab668e2451565bc3b13bd6ff5cac.tar.bz2
Initial iOS bring up of ui.
A very bare minimum: only point, rect and size are compiled and no unittest support yet. BUG=None Review URL: https://chromiumcodereview.appspot.com/10837041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/rect.cc')
-rw-r--r--ui/gfx/rect.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/gfx/rect.cc b/ui/gfx/rect.cc
index 300b8ad..8fc2cfb 100644
--- a/ui/gfx/rect.cc
+++ b/ui/gfx/rect.cc
@@ -6,8 +6,6 @@
#if defined(OS_WIN)
#include <windows.h>
-#elif defined(OS_MACOSX)
-#include <ApplicationServices/ApplicationServices.h>
#elif defined(TOOLKIT_GTK)
#include <gdk/gdk.h>
#endif