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

Unified Diff: gin/runner.h

Issue 59153005: Begin implementing V8 bindings for Mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar copyright Created 7 years, 1 month 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: gin/runner.h
diff --git a/gin/runner.h b/gin/runner.h
index c74de16c72067e7b226d26d8c2ebb6a156327d3d..473faa0ac56a0f766cf3062f885ca5dae6d071e4 100644
--- a/gin/runner.h
+++ b/gin/runner.h
@@ -6,6 +6,7 @@
#define GIN_RUNNER_H_
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
Aaron Boodman 2013/11/11 19:01:08 Unnecessary include?
abarth-chromium 2013/11/11 20:17:42 No, I'm cheating a bit. The files that include th
#include "v8/include/v8.h"
namespace gin {

Powered by Google App Engine
This is Rietveld 408576698