Index: content/plugin/webplugin_proxy.h |
diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h |
index 5bb60f37d395ba4dded26c2d2c0b33908dacd9d7..2a561edb427c4b8fdc0a150df0af2d2588ec75b5 100644 |
--- a/content/plugin/webplugin_proxy.h |
+++ b/content/plugin/webplugin_proxy.h |
@@ -9,9 +9,6 @@ |
#include "base/containers/hash_tables.h" |
#include "base/memory/ref_counted.h" |
-#if defined(OS_MACOSX) |
-#include "base/mac/scoped_cftyperef.h" |
-#endif |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/shared_memory.h" |
#include "base/memory/weak_ptr.h" |
@@ -24,6 +21,12 @@ |
#include "ui/gl/gpu_preference.h" |
#include "ui/surface/transport_dib.h" |
+#if defined(OS_MACOSX) |
+#include <ApplicationServices/ApplicationServices.h> |
+ |
+#include "base/mac/scoped_cftyperef.h" |
+#endif |
+ |
struct PluginMsg_FetchURL_Params; |
namespace content { |