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

Unified Diff: src/vm/assembler_arm.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/assembler.h ('k') | src/vm/assembler_arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/assembler_arm.h
diff --git a/src/vm/assembler_arm.h b/src/vm/assembler_arm.h
index ec42275f638c0e46818c0696bbed25e58d3b64ac..c23ef716b9da06eddb57428acfa17e0fa64f2117 100644
--- a/src/vm/assembler_arm.h
+++ b/src/vm/assembler_arm.h
@@ -12,7 +12,7 @@
#include "src/shared/assert.h"
#include "src/shared/utils.h"
-namespace fletch {
+namespace dartino {
enum Register {
R0 = 0,
@@ -281,6 +281,6 @@ class Assembler {
#undef INSTRUCTION_1
#undef INSTRUCTION_2
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_ASSEMBLER_ARM_H_
« no previous file with comments | « src/vm/assembler.h ('k') | src/vm/assembler_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698