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

Unified Diff: runtime/bin/io_service.h

Issue 1800863002: Cleanup in //runtime/bin (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/io_natives.cc ('k') | runtime/bin/io_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_service.h
diff --git a/runtime/bin/io_service.h b/runtime/bin/io_service.h
index 87810d0c5da704b6c37871b5a392d32f78533d0f..c165e900379c0830109efc410268e5576f511576 100644
--- a/runtime/bin/io_service.h
+++ b/runtime/bin/io_service.h
@@ -8,7 +8,6 @@
#include "bin/builtin.h"
#include "bin/utils.h"
-
namespace dart {
namespace bin {
@@ -65,6 +64,10 @@ IO_SERVICE_REQUEST_LIST(DECLARE_REQUEST)
};
static Dart_Port GetServicePort();
+
+ private:
+ DISALLOW_ALLOCATION();
+ DISALLOW_IMPLICIT_CONSTRUCTORS(IOService);
};
} // namespace bin
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/io_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698