Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: ui/gfx/rect.cc

Issue 10837041: Initial iOS bring up of ui. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Possible alternative. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gfx/rect.cc
diff --git a/ui/gfx/rect.cc b/ui/gfx/rect.cc
index 300b8adbf0f746d9caf6643e9c3032751a1232e3..8fc2cfbe2785cdf0f4557b920debc4a90f88a28f 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>
stuartmorgan 2012/08/01 13:26:18 I think this is fine to remove; if we really want
noyau (Ping after 24h) 2012/08/01 13:53:45 Done.
#elif defined(TOOLKIT_GTK)
#include <gdk/gdk.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698