diff options
Diffstat (limited to 'content/browser/trace_controller.h')
-rw-r--r-- | content/browser/trace_controller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/trace_controller.h b/content/browser/trace_controller.h index 4c3d9f3..1e7d41b 100644 --- a/content/browser/trace_controller.h +++ b/content/browser/trace_controller.h @@ -13,6 +13,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/singleton.h" #include "base/task.h" +#include "content/common/content_export.h" class TraceMessageFilter; @@ -36,7 +37,7 @@ class TraceSubscriber { // trace status and collect trace data. Only the browser UI thread is allowed // to interact with the TraceController object. All calls on the TraceSubscriber // happen on the UI thread. -class TraceController { +class CONTENT_EXPORT TraceController { public: static TraceController* GetInstance(); |