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

Unified Diff: components/device_event_log/device_event_log_impl.h

Issue 1011823002: Fix some GN component build issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 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 | « components/device_event_log/device_event_log_export.h ('k') | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « components/device_event_log/device_event_log_export.h ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698