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

Unified Diff: runtime/bin/process.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/platform_win.cc ('k') | runtime/bin/process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/process.h
diff --git a/runtime/bin/process.h b/runtime/bin/process.h
index bd400869f2417fc151a208d89c225d727eb0a7b8..359c8c1d6eb3cd0fd7528514b1c74ed275679c4e 100644
--- a/runtime/bin/process.h
+++ b/runtime/bin/process.h
@@ -12,7 +12,6 @@
#include "platform/globals.h"
#include "platform/utils.h"
-
namespace dart {
namespace bin {
@@ -183,6 +182,8 @@ class SignalInfo {
Dart_Port port_;
SignalInfo* next_;
SignalInfo* prev_;
+
+ DISALLOW_COPY_AND_ASSIGN(SignalInfo);
};
@@ -285,6 +286,9 @@ class BufferListBase {
// Number of free bytes in the last node in the list.
intptr_t free_size_;
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(BufferListBase);
};
} // namespace bin
« no previous file with comments | « runtime/bin/platform_win.cc ('k') | runtime/bin/process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698