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

Unified Diff: src/vm/event_handler_windows.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 | « src/vm/event_handler_posix.cc ('k') | src/vm/ffi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/event_handler_windows.cc
diff --git a/src/vm/event_handler_windows.cc b/src/vm/event_handler_windows.cc
index 8cd661b638639f7390f4ea74d81669663276978d..6f4f0388867991377ffd347b5b6fd2cc0f68b269 100644
--- a/src/vm/event_handler_windows.cc
+++ b/src/vm/event_handler_windows.cc
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-#if defined(FLETCH_TARGET_OS_WIN)
+#if defined(DARTINO_TARGET_OS_WIN)
#include <winsock2.h>
@@ -17,7 +17,7 @@
#include "src/vm/object.h"
#include "src/vm/process.h"
-namespace fletch {
+namespace dartino {
// Used to store information about the reason for an event.
struct EventHandlerInfo {
@@ -218,6 +218,6 @@ Object* EventHandler::Add(Process* process, Object* id, Port* port,
return process->program()->null_object();
}
-} // namespace fletch
+} // namespace dartino
-#endif // defined(FLETCH_TARGET_OS_WIN)
+#endif // defined(DARTINO_TARGET_OS_WIN)
« no previous file with comments | « src/vm/event_handler_posix.cc ('k') | src/vm/ffi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698