| Index: runtime/bin/eventhandler_linux.h
|
| diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h
|
| index 5386eb61b17b369e0846be2145684331d5bd9414..5c3f70046d12c1749fd18e5281006636802e56db 100644
|
| --- a/runtime/bin/eventhandler_linux.h
|
| +++ b/runtime/bin/eventhandler_linux.h
|
| @@ -17,7 +17,6 @@
|
| #include "platform/hashmap.h"
|
| #include "platform/signal_blocker.h"
|
|
|
| -
|
| namespace dart {
|
| namespace bin {
|
|
|
| @@ -38,7 +37,6 @@ class DescriptorInfo : public DescriptorInfoBase {
|
| DISALLOW_COPY_AND_ASSIGN(DescriptorInfo);
|
| };
|
|
|
| -
|
| class DescriptorInfoSingle : public DescriptorInfoSingleMixin<DescriptorInfo> {
|
| public:
|
| explicit DescriptorInfoSingle(intptr_t fd)
|
| @@ -49,7 +47,6 @@ class DescriptorInfoSingle : public DescriptorInfoSingleMixin<DescriptorInfo> {
|
| DISALLOW_COPY_AND_ASSIGN(DescriptorInfoSingle);
|
| };
|
|
|
| -
|
| class DescriptorInfoMultiple
|
| : public DescriptorInfoMultipleMixin<DescriptorInfo> {
|
| public:
|
| @@ -61,7 +58,6 @@ class DescriptorInfoMultiple
|
| DISALLOW_COPY_AND_ASSIGN(DescriptorInfoMultiple);
|
| };
|
|
|
| -
|
| class EventHandlerImplementation {
|
| public:
|
| EventHandlerImplementation();
|
|
|