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

Unified Diff: samples/todomvc/todomvc_shared.cc

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « samples/todomvc/ios/TodoMVC/AppDelegate.mm ('k') | src/pkg/mdns/mdns_extension_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/todomvc/todomvc_shared.cc
diff --git a/samples/todomvc/todomvc_shared.cc b/samples/todomvc/todomvc_shared.cc
index bbdffe4e565384216853c8782eaa5202adaaec48..7ade9245954a1eeaa5dfda312047cbc91d6754d7 100644
--- a/samples/todomvc/todomvc_shared.cc
+++ b/samples/todomvc/todomvc_shared.cc
@@ -8,7 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "include/fletch_api.h"
+#include "include/dartino_api.h"
#include "include/service_api.h"
static const int kDone = 1;
@@ -32,9 +32,9 @@ static void WaitForStatus(int expected) {
static void* DartThreadEntry(void* arg) {
const char* path = static_cast<char*>(arg);
- FletchSetup();
- FletchRunSnapshotFromFile(path);
- FletchTearDown();
+ DartinoSetup();
+ DartinoRunSnapshotFromFile(path);
+ DartinoTearDown();
ChangeStatusAndNotify(kDone);
return NULL;
}
« no previous file with comments | « samples/todomvc/ios/TodoMVC/AppDelegate.mm ('k') | src/pkg/mdns/mdns_extension_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698