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

Unified Diff: src/vm/sort.h

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 | « src/vm/snapshot.cc ('k') | src/vm/sort.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/sort.h
diff --git a/src/vm/sort.h b/src/vm/sort.h
index 2830a5484d308bd3abd76abcdae0bd4f0dee12c9..0243bf41ec2f769751f12a35fa5f781682c4cbc0 100644
--- a/src/vm/sort.h
+++ b/src/vm/sort.h
@@ -7,7 +7,7 @@
#include "src/shared/assert.h"
-namespace fletch {
+namespace dartino {
typedef bool (*VoidCompare)(uint8* a, uint8* b);
@@ -33,6 +33,6 @@ void Sort(T* from, size_t elements,
reinterpret_cast<VoidCompare>(compare));
}
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_SORT_H_
« no previous file with comments | « src/vm/snapshot.cc ('k') | src/vm/sort.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698