Index: base/profiler/stack_sampling_profiler.h |
diff --git a/base/profiler/stack_sampling_profiler.h b/base/profiler/stack_sampling_profiler.h |
index 60faa51b780476ad3cf791f1482c2b393d2d3f55..8d7671e266365378c9587d1073d827d770c59170 100644 |
--- a/base/profiler/stack_sampling_profiler.h |
+++ b/base/profiler/stack_sampling_profiler.h |
@@ -51,7 +51,7 @@ namespace base { |
class BASE_EXPORT StackSamplingProfiler { |
public: |
// Module represents the module (DLL or exe) corresponding to a stack frame. |
- struct Module { |
+ struct BASE_EXPORT Module { |
Module(); |
~Module(); |
@@ -70,7 +70,7 @@ class BASE_EXPORT StackSamplingProfiler { |
}; |
// Frame represents an individual sampled stack frame with module information. |
- struct Frame { |
+ struct BASE_EXPORT Frame { |
Frame(); |
~Frame(); |