gm: Include system_preferences.h in mac file.
authortfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 26 Sep 2012 15:41:42 +0000 (15:41 +0000)
committertfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 26 Sep 2012 15:41:42 +0000 (15:41 +0000)
This fixes the FIXME in there.

R=epoger@google.com

Review URL: https://codereview.appspot.com/6576049

git-svn-id: http://skia.googlecode.com/svn/trunk@5692 2bbb7eff-a529-9590-31e7-b0007b416f81

gm/system_preferences_mac.mm

index 1c43b74..ee6ab19 100644 (file)
@@ -5,10 +5,9 @@
  * found in the LICENSE file.
  */
 
-#import <Cocoa/Cocoa.h>
+#include "system_preferences.h"
 
-// FIXME: should be in a header
-void setSystemPreferences();
+#import <Cocoa/Cocoa.h>
 
 void setSystemPreferences() {
     NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];