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

Unified Diff: samples/sample_extension/sample_extension.cc

Issue 16973003: Split dart_api.h into multiple parts: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | « runtime/vm/native_message_handler.h ('k') | samples/sample_extension/sample_extension.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/sample_extension/sample_extension.cc
===================================================================
--- samples/sample_extension/sample_extension.cc (revision 24032)
+++ samples/sample_extension/sample_extension.cc (working copy)
@@ -4,7 +4,8 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
-#include "dart_api.h"
+#include "include/dart_api.h"
+#include "include/dart_native_api.h"
Dart_NativeFunction ResolveName(Dart_Handle name, int argc);
« no previous file with comments | « runtime/vm/native_message_handler.h ('k') | samples/sample_extension/sample_extension.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698