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

Unified Diff: runtime/bin/file_system_watcher.h

Issue 3001963002: [dart:io] Namespaces for file IO (Closed)
Patch Set: Fuchsia fix Created 3 years, 4 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/bin/file_system_entity_patch.dart ('k') | runtime/bin/file_system_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file_system_watcher.h
diff --git a/runtime/bin/file_system_watcher.h b/runtime/bin/file_system_watcher.h
index 929da27ee6fd1aeb4408804f601fffda54d33766..36c23d56241a779538a8d764b81b18f49ee8e6fc 100644
--- a/runtime/bin/file_system_watcher.h
+++ b/runtime/bin/file_system_watcher.h
@@ -12,6 +12,7 @@
#include "bin/builtin.h"
#include "bin/dartutils.h"
+#include "bin/namespace.h"
namespace dart {
namespace bin {
@@ -39,6 +40,7 @@ class FileSystemWatcher {
static intptr_t Init();
static void Close(intptr_t id);
static intptr_t WatchPath(intptr_t id,
+ Namespace* namespc,
const char* path,
int events,
bool recursive);
« no previous file with comments | « runtime/bin/file_system_entity_patch.dart ('k') | runtime/bin/file_system_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698