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

Unified Diff: src/platform-macos.cc

Issue 6008010: Fix presubmit error (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 12 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-macos.cc
===================================================================
--- src/platform-macos.cc (revision 6141)
+++ src/platform-macos.cc (working copy)
@@ -29,7 +29,6 @@
// the implementation is in platform-posix.cc.
#include <dlfcn.h>
-#include <string>
#include <unistd.h>
#include <sys/mman.h>
#include <mach/mach_init.h>
@@ -51,9 +50,10 @@
#include <sys/types.h>
#include <stdarg.h>
#include <stdlib.h>
-
#include <errno.h>
+#include <string>
+
#undef MAP_TYPE
#include "v8.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698