Index: mojo/edk/system/handle_table.h |
diff --git a/mojo/edk/system/handle_table.h b/mojo/edk/system/handle_table.h |
index 00f6ce39afa08b59162df581924804814f274594..b67a583e227ba018cfc016624bd99e4a0101ee39 100644 |
--- a/mojo/edk/system/handle_table.h |
+++ b/mojo/edk/system/handle_table.h |
@@ -10,7 +10,6 @@ |
#include <vector> |
#include "base/memory/ref_counted.h" |
-#include "mojo/edk/system/system_impl_export.h" |
#include "mojo/public/c/system/types.h" |
#include "mojo/public/cpp/system/macros.h" |
@@ -37,7 +36,7 @@ bool ShutdownCheckNoLeaks(Core*); |
// to make several changes -- "atomically" or in rapid successsion, in which |
// case the extra locking/unlocking would be unnecessary overhead). |
-class MOJO_SYSTEM_IMPL_EXPORT HandleTable { |
+class HandleTable { |
public: |
HandleTable(); |
~HandleTable(); |