Index: components/device_event_log/device_event_log_impl.h |
diff --git a/components/device_event_log/device_event_log_impl.h b/components/device_event_log/device_event_log_impl.h |
index 8b7e11a188fae2e2f57969ad6f98cb070e40eada..ee33d653337a12dbcd17e04fa0835278f89de060 100644 |
--- a/components/device_event_log/device_event_log_impl.h |
+++ b/components/device_event_log/device_event_log_impl.h |
@@ -10,11 +10,10 @@ |
#include "base/time/time.h" |
#include "components/device_event_log/device_event_log.h" |
-#include "components/device_event_log/device_event_log_export.h" |
namespace device_event_log { |
-class DEVICE_EVENT_LOG_EXPORT DeviceEventLogImpl { |
+class DeviceEventLogImpl { |
public: |
struct LogEntry { |
LogEntry(const char* filedesc, |