Chromium Code Reviews| Index: runtime/vm/profiler.h |
| diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h |
| index 81dccd0cfb5a8de43a37e662b2a3fc1aa2638313..64c60c4237197549172650c30c0a8a36cd597972 100644 |
| --- a/runtime/vm/profiler.h |
| +++ b/runtime/vm/profiler.h |
| @@ -70,6 +70,7 @@ class IsolateProfilerData { |
| private: |
| SampleBuffer* sample_buffer_; |
| bool own_sample_buffer_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(IsolateProfilerData); |
| }; |