Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / base / debug / trace_event_impl.h
index 4cbb721..f915541 100644 (file)
@@ -11,6 +11,7 @@
 #include <vector>
 
 #include "base/atomicops.h"
+#include "base/base_export.h"
 #include "base/callback.h"
 #include "base/containers/hash_tables.h"
 #include "base/gtest_prod_util.h"
@@ -493,7 +494,7 @@ class BASE_EXPORT TraceLog {
   // Enabled state listeners give a callback when tracing is enabled or
   // disabled. This can be used to tie into other library's tracing systems
   // on-demand.
-  class EnabledStateObserver {
+  class BASE_EXPORT EnabledStateObserver {
    public:
     // Called just after the tracing system becomes enabled, outside of the
     // |lock_|. TraceLog::IsEnabled() is true at this point.