OSDN Git Service

Merge WebKit at r78450: Initial merge by git.
[android-x86/external-webkit.git] / Source / WebKit2 / UIProcess / mac / WebPageProxyMac.mm
index cd3e6f1..e641fe0 100644 (file)
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "WebPageProxy.h"
+#import "config.h"
+#import "WebPageProxy.h"
 
-#include "PageClient.h"
-#include <WebCore/Language.h>
-#include <wtf/text/StringConcatenate.h>
+#import "PageClient.h"
+#import <WebCore/Language.h>
+#import <wtf/text/StringConcatenate.h>
 
 @interface NSApplication (Details)
 - (void)speakString:(NSString *)string;