| Index: cc/debug/traced_value.h
|
| diff --git a/cc/debug/traced_value.h b/cc/debug/traced_value.h
|
| index 34e79a7a06237c0dfe206f949786d7484d460d0d..c5c4b0cef3cad5eac53a69d2a430817e95c36c05 100644
|
| --- a/cc/debug/traced_value.h
|
| +++ b/cc/debug/traced_value.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CC_DEBUG_TRACED_VALUE_H_
|
| #define CC_DEBUG_TRACED_VALUE_H_
|
|
|
| +#include "cc/debug/debug_export.h"
|
| +
|
| namespace base {
|
| namespace trace_event {
|
| class TracedValue;
|
| @@ -13,7 +15,7 @@ class TracedValue;
|
|
|
| namespace cc {
|
|
|
| -class TracedValue {
|
| +class CC_DEBUG_EXPORT TracedValue {
|
| public:
|
| static void AppendIDRef(const void* id,
|
| base::trace_event::TracedValue* array);
|
|
|